ajout helix.vim for idea
parent
27d29e2a90
commit
e4e784c16c
|
|
@ -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
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue