chore: update stow ignore and install script logic
This commit is contained in:
@ -5,3 +5,4 @@ setup
|
|||||||
.gitmodules
|
.gitmodules
|
||||||
.zshenv.template
|
.zshenv.template
|
||||||
README.md
|
README.md
|
||||||
|
.gitconfig.d
|
||||||
|
4
install
4
install
@ -25,7 +25,9 @@ echo
|
|||||||
echo "[+] Installing Oh My Zsh..."
|
echo "[+] Installing Oh My Zsh..."
|
||||||
echo
|
echo
|
||||||
|
|
||||||
sh -c "$(curl -fsSL https://raw.githubusercontent.com/ohmyzsh/ohmyzsh/master/tools/install.sh)"
|
if [ ! -d "$HOME/.oh-my-zsh" ]; then
|
||||||
|
sh -c "$(curl -fsSL https://raw.githubusercontent.com/ohmyzsh/ohmyzsh/master/tools/install.sh)"
|
||||||
|
fi
|
||||||
|
|
||||||
echo "Include $HOME/.config/ssh/*" >> "$HOME/.ssh/config"
|
echo "Include $HOME/.config/ssh/*" >> "$HOME/.ssh/config"
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user