chore: upgrade rtx plugins
Also use default plugins for: * go * node * python
This commit is contained in:
parent
57aa1a80f7
commit
cc9ff2d16e
@ -137,11 +137,13 @@ RUN git clone https://github.com/NvChad/NvChad.git ~/.config/nvim \
|
|||||||
&& echo '{$XDG_DATA_HOME}/rtx/bin/rtx activate fish | source' >> ${XDG_CONFIG_HOME}/fish/config.fish \
|
&& echo '{$XDG_DATA_HOME}/rtx/bin/rtx activate fish | source' >> ${XDG_CONFIG_HOME}/fish/config.fish \
|
||||||
&& echo 'zoxide init fish | source' >> ${XDG_CONFIG_HOME}/fish/config.fish
|
&& echo 'zoxide init fish | source' >> ${XDG_CONFIG_HOME}/fish/config.fish
|
||||||
|
|
||||||
|
# install rtx plugins
|
||||||
RUN ${XDG_DATA_HOME}/rtx/bin/rtx plugins install \
|
RUN ${XDG_DATA_HOME}/rtx/bin/rtx plugins install \
|
||||||
|
awscli \
|
||||||
elixir \
|
elixir \
|
||||||
erlang \
|
erlang \
|
||||||
kubectl \
|
|
||||||
awscli \
|
|
||||||
helm \
|
helm \
|
||||||
|
jq \
|
||||||
|
kubectl \
|
||||||
poetry \
|
poetry \
|
||||||
terraform
|
terraform
|
||||||
|
@ -4,7 +4,9 @@ elixir = "1.15.4-otp-26"
|
|||||||
erlang = "26.0.2"
|
erlang = "26.0.2"
|
||||||
go = "1.20.6"
|
go = "1.20.6"
|
||||||
helm = "3.12.2"
|
helm = "3.12.2"
|
||||||
|
jq = "1.7"
|
||||||
kubectl = "1.27.4"
|
kubectl = "1.27.4"
|
||||||
|
node = "20.6.1"
|
||||||
poetry = "1.5.1"
|
poetry = "1.5.1"
|
||||||
python = "3.11.4"
|
python = "3.11.4"
|
||||||
terraform = "1.5.4"
|
terraform = "1.5.4"
|
||||||
|
Loading…
x
Reference in New Issue
Block a user