Suppression des duplicatas 🐛
This commit is contained in:
parent
94c98bd5b5
commit
c4fb84e7c8
2 changed files with 3 additions and 3 deletions
|
@ -16,7 +16,7 @@ then
|
||||||
|
|
||||||
# == Fish ==
|
# == Fish ==
|
||||||
sudo apt-add-repository ppa:fish-shell/release-3 -y
|
sudo apt-add-repository ppa:fish-shell/release-3 -y
|
||||||
sudo apt install fish fzf bat procps curl exa micro -y
|
sudo apt install fish fzf bat procps exa micro -y
|
||||||
sudo snap install micro --classic
|
sudo snap install micro --classic
|
||||||
# Remove motd
|
# Remove motd
|
||||||
fish -c "set -U fish_greeting"
|
fish -c "set -U fish_greeting"
|
||||||
|
@ -317,7 +317,7 @@ then
|
||||||
fi
|
fi
|
||||||
|
|
||||||
# == Java ==
|
# == Java ==
|
||||||
sudo apt install curl zip unzip sed -y # sed probably installed but it doesn't cost anything to double-check
|
sudo apt install zip unzip sed -y # sed probably installed but it doesn't cost anything to double-check
|
||||||
curl -s "https://get.sdkman.io" | bash
|
curl -s "https://get.sdkman.io" | bash
|
||||||
source "$HOME/.sdkman/bin/sdkman-init.sh"
|
source "$HOME/.sdkman/bin/sdkman-init.sh"
|
||||||
# Adding Fish support if fish is installed
|
# Adding Fish support if fish is installed
|
||||||
|
|
2
wsl.sh
2
wsl.sh
|
@ -130,7 +130,7 @@ then
|
||||||
sudo apt install git-lfs -y
|
sudo apt install git-lfs -y
|
||||||
|
|
||||||
# == Java ==
|
# == Java ==
|
||||||
sudo apt install curl zip unzip sed -y # sed probably installed but it doesn't cost anything to double-check
|
sudo apt install zip unzip sed -y # sed probably installed but it doesn't cost anything to double-check
|
||||||
curl -s "https://get.sdkman.io" | bash
|
curl -s "https://get.sdkman.io" | bash
|
||||||
source "$HOME/.sdkman/bin/sdkman-init.sh"
|
source "$HOME/.sdkman/bin/sdkman-init.sh"
|
||||||
# Adding Fish support if fish is installed
|
# Adding Fish support if fish is installed
|
||||||
|
|
Loading…
Reference in a new issue