fixed omz install script by passing flags to stop exec, chsh, and mving zshrc
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
|
||||||
|
Loading…
Reference in New Issue