From e4e784c16cfc65a9a5b188eac589958c634bc168 Mon Sep 17 00:00:00 2001 From: Gil Portenseigne Date: Tue, 20 Jan 2026 16:44:43 +0100 Subject: [PATCH] ajout helix.vim for idea --- installSystem.sh | 1 + 1 file changed, 1 insertion(+) 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