Commit graph

70 commits

Author SHA1 Message Date
175d906fe1 Add functionality to disable docker stacks with zsh update function 2022-04-10 13:28:26 +03:00
af41ce5fc9 Fix yubikey alias 2022-03-29 23:02:07 +03:00
c141a867a9 Add alias to switch between yubikeys 2022-03-29 23:01:07 +03:00
c7ea081db8 Switch from firefox-nightly to stable 2022-03-05 08:38:19 +02:00
1745422371 Make update alias use new dct function 2022-02-26 14:00:39 +02:00
8aaa911e19 Add docker-compose TOML function 2022-02-26 13:18:03 +02:00
ee401aacb9 Update update alias 2022-02-11 10:12:39 +02:00
c7bdd8a740 Remove bat 2021-12-18 00:12:45 +02:00
662e63dfb3 Switch back to FZF from skim 2021-11-13 13:07:50 +02:00
81a21eab77 Fix alias completion, cleaner setup for grc and clean up some old zsh stuff 2021-11-13 12:40:42 +02:00
36d7871256 Fixes for gpg-agent 2021-10-06 21:26:24 +03:00
c6639a9491 Add pull to docker update 2021-09-29 18:19:54 +03:00
85b6500c19 Update to new docker-compose v2 syntax 2021-09-29 18:04:08 +03:00
d1b217a506 Fix nvim plugin update 2021-08-22 11:36:58 +03:00
58a7a64346 Disable bat spacing in cat mode 2021-08-18 09:31:32 +03:00
bdf01fdae1 Alias ls and cat to exa and bat 2021-08-18 09:30:21 +03:00
b6b878e461 Only enable pacman command not found handler for archlinux hosts 2021-08-17 21:02:58 +03:00
da9abb7282 Activate zsh rehash with pacman hook 2021-08-17 20:54:45 +03:00
0250876649 Some fixes for skim 2021-08-17 20:32:46 +03:00
270a580e8e ZSH improvements:
- Move from FZF to skim (seems to be a bit faster and smooth)
- Improve history
    * Add new options to not save duplicate entries etc
    * pi/pr aliases expand the paru command to history now
2021-08-17 19:17:38 +03:00
9d3972a54a Switch from nvimpager to just nvim as pager 2021-08-17 17:43:30 +03:00
95a99aa1bf Refactor neovim config (#2)
Changes include:

- [x] Use init.lua instead of init.vim
   - Some keybindings are still to be converted
- [x] Use packer as a package manager instead of vim-plug
- [ ] Use built-in lsp instead of coc.nvim
   - [x] Set up language servers
   - [x] Completion
   - [x] Formatting (previously coc-prettier, now neoformat)
   - [ ] Snippets
- [ ] Replace fzf with telescope.nvim
- [x] Implement treesitter syntax highlighting
   - More info: https://github.com/nvim-treesitter/nvim-treesitter

Note that this requires neovim nightly until 0.5 is released

Reviewed-on: #2
Co-authored-by: Marko Korhonen <marko@korhonen.cc>
Co-committed-by: Marko Korhonen <marko@korhonen.cc>
2021-08-08 15:33:23 +03:00
924cc4f807 Use fd instead of ripgrep in zsh fzf plugin 2021-08-03 12:03:39 +03:00
a64d1345ee Aliases don't need $@ 2021-06-11 10:55:55 +03:00
64fc8d9c0d Change grc functions to aliases. Fixes some syntax errors (?) 2021-06-11 10:53:35 +03:00
fdadd3671f Make update repo function update firefox too 2021-01-19 18:40:44 +02:00
dfd5b5082c Update firefox with all target 2021-01-16 12:14:40 +02:00
31edb64dbb Fix firefox update function 2021-01-16 12:13:33 +02:00
c1762007fc Fix firefox update function 2021-01-16 12:10:24 +02:00
4ca00a8068 Fix firefox nightly update function 2021-01-16 12:08:56 +02:00
9cf2640706 Small fix 2020-12-25 11:11:53 +02:00
6cba0b727d Update firefox nightly every time repo updates 2020-12-25 11:05:49 +02:00
3a451f7538 Small fixes 2020-12-25 10:59:03 +02:00
996436c1cd Add repo maintenance alias and AUR_PAGER in env 2020-12-20 15:34:07 +02:00
bf10ef8645 Working on neomutt setup and some other small fixes 2020-11-25 10:06:19 +02:00
cdcdad9e33 Configure msmtp and misc changes 2020-11-21 17:41:44 +02:00
4bdd1ca610 Working on migrating to neomutt 2020-11-21 15:37:58 +02:00
9f44d02ed6 Moved to paru 2020-11-20 00:23:02 +02:00
8ab3e18ac6 Switched to fd 2020-09-18 23:26:58 +03:00
1a1a829ddf Add server mariadb access alias 2020-07-11 14:15:50 +03:00
038b834738 Tweak update function 2020-05-31 13:12:44 +03:00
fea318ad89 I use it btw 2020-04-27 13:22:08 +03:00
1dd15d1484 Make cat alias use regular cat if output not term 2020-04-27 12:16:02 +03:00
99b5d215c2 Make nvimpager cat alias ncat instead 2020-04-27 12:08:35 +03:00
3958470ab9 Small tweak for update function 2020-04-20 21:51:00 +03:00
f402f21cd2 Add journalctl aliases 2020-04-18 13:41:00 +03:00
02642f9dc6 Cleaned up scripts folder and moved some stuff 2020-04-17 10:36:41 +03:00
d003263cb6 Change docker update function name 2020-04-15 13:09:11 +03:00
cf1128622f Revert "Fix docker update function name"
This reverts commit 93e9f035ef61553fb492121919dc1f8178cc3a21.
2020-04-14 22:43:59 +03:00
c62b2c98bc Fix docker update function name 2020-04-14 22:41:49 +03:00