diff --git a/Dockerfile b/Dockerfile index 12ba155..a00ff1c 100644 --- a/Dockerfile +++ b/Dockerfile @@ -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 \ diff --git a/config/mise/config.toml b/config/mise/config.toml index 44442f0..568c911 100644 --- a/config/mise/config.toml +++ b/config/mise/config.toml @@ -1,6 +1,7 @@ [tools] awscli = "2.15.30" bat = "0.24.0" +bitwarden = "2024.2.1" dagger = "0.10.2" elixir = "1.16.2-otp-26" erlang = "26.2.3"