ajout helix.vim for idea

main
Gil Portenseigne 2026-01-20 16:44:43 +01:00
parent 27d29e2a90
commit e4e784c16c
1 changed files with 1 additions and 0 deletions

View File

@ -33,6 +33,7 @@ sudo apt autoremove
sudo chsh -s /bin/bash $USER 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" [ ! -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 # Installation oh my bash
[ ! -d "$HOME/helix.vim" ] && git clone https://github.com/chtenb/helix.vim ~/helix.vim/
# Installation config specif bash + aliases # 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 grep -q "gil_specific" "$HOME/.bashrc" && echo "Bash configured" || sed -i -e '$asource "$HOME/.config/bash/gil_specific.sh"\' $HOME/.bashrc