diff --git a/bootstrap.sh b/bootstrap.sh index b6391d2..9651659 100644 --- a/bootstrap.sh +++ b/bootstrap.sh @@ -15,7 +15,7 @@ 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 -mkdir -p $HOME/.local/lib/zsh && +mkdir -p $HOME/.local/lib/zsh/custom-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