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
This commit is contained in:
@@ -52,7 +52,7 @@ bind-key & kill-window
|
||||
|
||||
# Reload tmux conf
|
||||
unbind r
|
||||
bind r source-file ~/.tmux.conf\; display "Reloaded conf."
|
||||
bind r source-file ~/.config/tmux/tmux.conf\; display "Reloaded conf."
|
||||
|
||||
# Full color for vim
|
||||
set -g default-terminal "screen-256color"
|
||||
@@ -94,6 +94,15 @@ set -g history-limit 50000
|
||||
|
||||
# list plugins
|
||||
set -g @plugin 'tmux-plugins/tpm'
|
||||
set -g @plugin 'fabioluciano/tmux-tokyo-night'
|
||||
set -g @plugin 'Morantron/tmux-fingers'
|
||||
set -g @plugin 'tmux-plugins/tmux-yank'
|
||||
set -g @plugin 'tmux-plugins/tmux-resurrect'
|
||||
set -g @plugin 'tmux-plugins/tmux-continuum'
|
||||
|
||||
# configure resurrect/continuum
|
||||
set -g @continuum-save-interval '15'
|
||||
set -g @continuum-restore 'on'
|
||||
|
||||
# load/install plugins
|
||||
run '~/.config/tmux/plugins/tpm/tpm'
|
||||
|
Reference in New Issue
Block a user