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:
2024-01-14 19:00:37 +00:00
parent 20c5f4f816
commit 6feae34b63
8 changed files with 113 additions and 65 deletions

28
config/mise/config.toml Normal file
View File

@@ -0,0 +1,28 @@
[tools]
awscli = "2.15.6"
bat = "0.24.0"
dagger = "0.9.5"
elixir = "1.16.0-otp-26"
erlang = "26.2.1"
eza = "0.17.0"
fzf = "0.45.0"
go = "1.21.5"
helm = "3.13.3"
k3d = "5.6.0"
kubectl = "1.29.0"
kubie = "0.23.0"
lefthook = "1.5.5"
node = "21.5.0"
poetry = "1.7.1"
python = "3.12.1"
ripgrep = "14.1.0"
starship = "1.17.1"
terraform = "1.6.6"
tilt = "0.33.10"
tmux = "3.3"
usql = "0.17.2"
yarn = "1.22.19"
zoxide = "0.9.2"
[settings]
experimental = true