config script fedora bashrc
parent
a1c608a503
commit
bb9c238306
|
|
@ -22,7 +22,7 @@ git config --global user.name "Gil Portenseigne"
|
|||
[ ! -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 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 "~/.config/bash/gil_specific.sh"\' $HOME/.bashrc
|
||||
|
||||
# Installation sdkman
|
||||
[ ! -d "$HOME/.sdkman/" ] && curl -s "https://get.sdkman.io" | bash
|
||||
|
|
|
|||
Loading…
Reference in New Issue