From 54d282049ecc97f7fc4b74fbfad504f54492d30e Mon Sep 17 00:00:00 2001 From: Tobias Schmidl Date: Mon, 5 Feb 2018 06:48:20 +0100 Subject: [PATCH] update --- bootstrap.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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