diff --git a/installSystem.sh b/installSystem.sh index 09b1b9e..6f46e0e 100644 --- a/installSystem.sh +++ b/installSystem.sh @@ -33,6 +33,7 @@ sudo apt autoremove sudo chsh -s /bin/bash $USER [ ! -d "$HOME/.oh-my-bash/" ] && bash -c "$(curl -fsSL https://raw.githubusercontent.com/ohmybash/oh-my-bash/master/tools/install.sh)" || echo "oh-my-bash installed" # Installation oh my bash +[ ! -d "$HOME/helix.vim" ] && git clone https://github.com/chtenb/helix.vim ~/helix.vim/ # Installation config specif bash + aliases grep -q "gil_specific" "$HOME/.bashrc" && echo "Bash configured" || sed -i -e '$asource "$HOME/.config/bash/gil_specific.sh"\' $HOME/.bashrc