Overwrite zshrc no matter what
This commit is contained in:
parent
8516419dbc
commit
c4861f9484
3
setup.sh
3
setup.sh
@ -3,9 +3,6 @@
|
|||||||
# Setup script.
|
# Setup script.
|
||||||
if [[ ! -d "$HOME/.zsh" ]]; then
|
if [[ ! -d "$HOME/.zsh" ]]; then
|
||||||
git clone --recurse-submodules https://github.com/kreeger/zshrc.git $HOME/.zsh
|
git clone --recurse-submodules https://github.com/kreeger/zshrc.git $HOME/.zsh
|
||||||
fi
|
|
||||||
|
|
||||||
if [[ ! -a "$HOME/.zshrc" ]]; then
|
|
||||||
ln -sfv $HOME/.zsh/zshrc $HOME/.zshrc
|
ln -sfv $HOME/.zsh/zshrc $HOME/.zshrc
|
||||||
fi
|
fi
|
||||||
|
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user