diff options
author | HimbeerserverDE <himbeerserverde@gmail.com> | 2022-06-07 10:28:25 +0200 |
---|---|---|
committer | HimbeerserverDE <himbeerserverde@gmail.com> | 2022-06-07 10:28:25 +0200 |
commit | 55fc282e02451771d5c7a2feb3da3fa40f0963ea (patch) | |
tree | 0ef16d9ed3f18a80e5d651ee44dff1ced131e542 /shell_only.sh | |
parent | a54f5bbaa1f4b63e915b240cd0b3e1b62864f7d8 (diff) |
Make sure to delete .zshrc before symlinking it
Diffstat (limited to 'shell_only.sh')
-rwxr-xr-x | shell_only.sh | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/shell_only.sh b/shell_only.sh index 36dc44e..78eb263 100755 --- a/shell_only.sh +++ b/shell_only.sh @@ -35,6 +35,9 @@ sh -c "$(curl -fsSL https://raw.githubusercontent.com/ohmyzsh/ohmyzsh/master/too ln -s ${PWD}/bin ~/bin +rm ~/.zshrc +rm ~/.zsh_aliases + mkdir -p ~/ ln -s ${PWD}/zshrc ~/.zshrc |