chore(mise): add rust/bitwarden plugins

* Added to Dockerfile
* Added to mise config
This commit is contained in:
João Paulo Dubas 2024-04-01 17:45:10 +00:00
parent 4053044c33
commit 767fe2178b
No known key found for this signature in database
2 changed files with 3 additions and 0 deletions

View File

@ -188,6 +188,7 @@ RUN git clone https://github.com/nvim-lua/kickstart.nvim.git "${XDG_CONFIG_HOME}
RUN ${LOCAL_BIN_HOME}/mise plugins install --force --yes \ RUN ${LOCAL_BIN_HOME}/mise plugins install --force --yes \
awscli \ awscli \
bat \ bat \
bitwarden \
dagger \ dagger \
elixir \ elixir \
erlang \ erlang \
@ -202,6 +203,7 @@ RUN ${LOCAL_BIN_HOME}/mise plugins install --force --yes \
lefthook \ lefthook \
poetry \ poetry \
ripgrep \ ripgrep \
rust \
starship \ starship \
terraform \ terraform \
tilt \ tilt \

View File

@ -1,6 +1,7 @@
[tools] [tools]
awscli = "2.15.30" awscli = "2.15.30"
bat = "0.24.0" bat = "0.24.0"
bitwarden = "2024.2.1"
dagger = "0.10.2" dagger = "0.10.2"
elixir = "1.16.2-otp-26" elixir = "1.16.2-otp-26"
erlang = "26.2.3" erlang = "26.2.3"