8 Commits

Author SHA1 Message Date
983b666ba2
fix: ensure completions respect line breaks 2024-06-16 18:14:20 +00:00
0394198843 feat: add completion for mise 2024-06-16 12:59:52 +00:00
aacef103a3 chore: improve completion setup 2024-06-16 12:24:54 +00:00
a2f0163c51 feat: completion for k9s and lefthook 2024-06-15 14:42:47 +00:00
ff011f2d66
feat(mise): add eksctl to control eks cluster 2024-06-05 12:47:07 +00:00
eeadcd2154
chore(fish): add ctlptl completion 2024-06-01 18:07:10 +00:00
c76b05e400
feat: setup auto-completion for some commands 2024-05-31 14:32:35 +00:00
6feae34b63 feat: improve depedencies setup and upgrade tools to latest version (#24)
1. Migrate from `rtx` to `mise`
2. Set most of the tools using `mise`
   * Some tools, such as `starship` and `zoxide` are installed locally, so they are available at boot time
3. Improve `tmux` by adding
   * resurrect and continuum to record/restore sessions
   * better color scheme
4. Setup multiple `elixir-ls` releases using the same repository
5. Upgraded `kickstart.nvim` to latest version

Reviewed-on: #24
2024-01-14 19:00:37 +00:00