From fa85018ff4a7c5cef3013c85c533497a63bff87c Mon Sep 17 00:00:00 2001 From: Tobias Schmidl Date: Mon, 29 Jan 2018 16:40:56 +0100 Subject: [PATCH] switch from oh-my-zsh to antigen --- bootstrap.sh | 8 +++----- 1 file changed, 3 insertions(+), 5 deletions(-) diff --git a/bootstrap.sh b/bootstrap.sh index e01fa78..b6391d2 100644 --- a/bootstrap.sh +++ b/bootstrap.sh @@ -15,11 +15,9 @@ sudo -S bash -c "curl --tlsv1.2 -RLfs https://bootstrap.pypa.io/get-pip.py | pyt curl --tlsv1.2 -RLfs https://bootstrap.pypa.io/get-pip.py | python3" # zsh related -git clone https://github.com/schtobia/oh-my-zsh.git $HOME/.oh-my-zsh && \ - curl -RLSso $HOME/.profile https://github.com/schtobia/systemsettings/raw/master/profile && \ - curl -RLSso $HOME/.zshrc https://github.com/schtobia/systemsettings/raw/master/zshrc && \ - curl -RLSso $HOME/.oh-my-zsh/custom/aliases.zsh https://github.com/schtobia/systemsettings/raw/master/aliases.zsh && - curl -RLSso $HOME/.oh-my-zsh/custom/init.zsh https://github.com/schtobia/systemsettings/raw/master/init.zsh +mkdir -p $HOME/.local/lib/zsh && + git clone https://github.com/zsh-users/antigen.git $HOME/.local/lib/zsh/antigen && + curl -RLSso $HOME/.zshrc https://github.com/schtobia/systemsettings/raw/master/zshrc #git related curl -RLSso $HOME/.gitconfig https://github.com/schtobia/systemsettings/raw/master/gitconfig