fixed omz install script by passing flags to stop exec, chsh, and mving zshrc

nvim
KeeganForelight 2 years ago
parent bca8d636d0
commit 9e66b34e0f

@ -1,5 +1,5 @@
#!/bin/bash #!/usr/bin/env bash
if [ ! -e "$ZSH/oh-my-zsh.sh" ] ; then if [ ! -e "$ZSH/oh-my-zsh.sh" ] ; then
/bin/zsh -c "$(curl -fsSL https://raw.githubusercontent.com/robbyrussel/ohmyzsh/master/tools/install.sh)" /bin/zsh -c "$(curl -fsSL https://raw.githubusercontent.com/ohmyzsh/ohmyzsh/master/tools/install.sh) --keep-zshrc --unattended"
fi fi

@ -1,5 +1,6 @@
- shell: - shell:
- [bin/oh-my-zsh-check.sh] - [bin/oh-my-zsh-check.sh]
- link: - link:
~/.oh-my-zsh/custom/plugins: ~/.oh-my-zsh/custom/plugins:
path: shells/oh-my-zsh/custom/plugins path: shells/oh-my-zsh/custom/plugins

Loading…
Cancel
Save