switch from oh-my-zsh to antigen

This commit is contained in:
Tobias Schmidl 2018-01-29 16:40:56 +01:00
parent eff868a288
commit fa85018ff4

View file

@ -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" curl --tlsv1.2 -RLfs https://bootstrap.pypa.io/get-pip.py | python3"
# zsh related # zsh related
git clone https://github.com/schtobia/oh-my-zsh.git $HOME/.oh-my-zsh && \ mkdir -p $HOME/.local/lib/zsh &&
curl -RLSso $HOME/.profile https://github.com/schtobia/systemsettings/raw/master/profile && \ 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 && \ 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
#git related #git related
curl -RLSso $HOME/.gitconfig https://github.com/schtobia/systemsettings/raw/master/gitconfig curl -RLSso $HOME/.gitconfig https://github.com/schtobia/systemsettings/raw/master/gitconfig