feat: Add new tools
This commit is contained in:
parent
d8a7adcdbb
commit
7fdc6e1952
22
tools.bash
22
tools.bash
@ -17,6 +17,7 @@ tools+=(jq yq)
|
|||||||
tools+=(kubectl helm k9s)
|
tools+=(kubectl helm k9s)
|
||||||
tools+=(vault)
|
tools+=(vault)
|
||||||
tools+=(terraform terragrunt)
|
tools+=(terraform terragrunt)
|
||||||
|
tools+=(ripgrep exa bat dust delta)
|
||||||
|
|
||||||
for tool in "${tools[@]}"
|
for tool in "${tools[@]}"
|
||||||
do
|
do
|
||||||
@ -27,17 +28,22 @@ do
|
|||||||
asdf global ${tool} latest
|
asdf global ${tool} latest
|
||||||
done
|
done
|
||||||
|
|
||||||
# Powerline-go
|
|
||||||
echo
|
|
||||||
echo "-- Installing powerline-go"
|
|
||||||
asdf plugin add justjanne-powerline-go git@plmlab.math.cnrs.fr:plmteam/common/asdf/justjanne/asdf-justjanne-powerline-go.git
|
|
||||||
asdf install justjanne-powerline-go latest
|
|
||||||
asdf global justjanne-powerline-go latest
|
|
||||||
|
|
||||||
|
|
||||||
# Mcfly
|
# Mcfly
|
||||||
echo
|
echo
|
||||||
echo "-- Installing mcfly"
|
echo "-- Installing mcfly"
|
||||||
asdf plugin add mcfly https://github.com/barolab/asdf-mcfly.git
|
asdf plugin add mcfly https://github.com/barolab/asdf-mcfly.git
|
||||||
asdf install mcfly latest
|
asdf install mcfly latest
|
||||||
asdf global mcfly latest
|
asdf global mcfly latest
|
||||||
|
|
||||||
|
# lsd
|
||||||
|
echo
|
||||||
|
echo "-- Installing lsd"
|
||||||
|
asdf plugin add lsd https://github.com/argylelabcoat/asdf-lsd.git
|
||||||
|
asdf install lsd latest
|
||||||
|
asdf global lsd latest
|
||||||
|
|
||||||
|
# broot
|
||||||
|
test -x ~/.local/bin/broot || wget -O ~/.local/bin/broot "https://dystroy.org/broot/download/x86_64-linux/broot"
|
||||||
|
|
||||||
|
# powerline-go
|
||||||
|
test -x ~/.local/bin/powerline-go || wget -O ~/.local/bin/powerline-go "https://github.com/justjanne/powerline-go/releases/latest/download/powerline-go-linux-amd64" && chmod +x ~/.local/bin/powerline-go
|
||||||
|
Loading…
Reference in New Issue
Block a user