chore(mise): add rust/bitwarden plugins (#35)

Added `rust` and `bitwarden-cli` to:
* `Dockerfile`
* `mise` config

Reviewed-on: #35
This commit is contained in:
2024-04-08 18:21:05 +00:00
parent f39a483978
commit 58d9533845
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 \
awscli \
bat \
bitwarden \
dagger \
elixir \
erlang \
@@ -202,6 +203,7 @@ RUN ${LOCAL_BIN_HOME}/mise plugins install --force --yes \
lefthook \
poetry \
ripgrep \
rust \
starship \
terraform \
tilt \