Commit graph

94 commits

Author SHA1 Message Date
64d984edb8 Refine packer update commands 2022-08-23 09:28:07 +03:00
9e5df50795 Fix dotsync alias 2022-08-22 15:01:18 +03:00
23d573ea6d Add Treesitter update to update alias 2022-08-18 13:09:26 +03:00
fa625e50c9 Enable pacman fzf functions only on arch 2022-08-18 10:01:59 +03:00
0e39efb2cf Enable ubuntu command not found handler 2022-08-17 22:02:56 +03:00
95af231210 Use pkgfile command not found handler for arch 2022-08-17 21:57:49 +03:00
d4a8a624e8 Fix template elif 2022-08-17 21:46:24 +03:00
481f32d82e Add print for termux command not found handler 2022-08-17 21:45:14 +03:00
8daff27305 Add command not found handler for termux 2022-08-17 21:44:39 +03:00
31ab7306c0 Fix typo in profile name 2022-08-17 21:41:14 +03:00
d4b172e203 Fix missing space in alias 2022-08-17 21:39:27 +03:00
6523521f48 Add wayland variables and fix termux dotdrop profile 2022-08-17 21:37:52 +03:00
13a6ab2293 Refactor config profiles 2022-08-17 14:28:28 +03:00
cac76497fe Fix update alias apt function 2022-08-08 14:32:07 +03:00
b5e3c80975 Remove some unused aliases and files 2022-08-06 12:18:43 +03:00
2a0b4dd306 Refine neovim updates 2022-08-05 09:37:38 +03:00
8fe76f19c0 Refine update alias 2022-08-03 09:47:44 +03:00
60375ed18a Include work laptop configuration in update alias 2022-08-03 09:41:20 +03:00
69cabe05e5 Run docker prune every time docker updates 2022-08-01 11:15:30 +03:00
4275764c80 Update alias: remove all unused images, not just dangling ones 2022-06-30 19:19:21 +03:00
3b6c015a0d Migrate dotdrop from yaml config to toml 2022-06-07 22:34:06 +03:00
bcbd819cdb Rename grc alias for forgit since it collides with grc colorizer 2022-04-22 09:49:47 +03:00
ca059fcb8c Tweak update alias 2022-04-21 09:09:43 +03:00
294032a79a Fix docker update print output 2022-04-11 15:52:25 +03:00
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