From 57436e9a4c9e59324b65d50fc8fcac8d20c867f5 Mon Sep 17 00:00:00 2001 From: ViktorBarzin Date: Sat, 13 Jan 2018 22:35:43 +0000 Subject: [PATCH] overwrite bira theme in config --- setup-env.sh | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/setup-env.sh b/setup-env.sh index 4bfdd5e..bf84361 100755 --- a/setup-env.sh +++ b/setup-env.sh @@ -7,7 +7,7 @@ sudo apt install zsh \ python-pip --assume-yes # Setup oh-my-zsh echo "#######################################" -sh -c "$(wget https://raw.githubusercontent.com/robbyrussell/oh-my-zsh/master/tools/install.sh -O -)" && \ +wget https://raw.githubusercontent.com/robbyrussell/oh-my-zsh/master/tools/install.sh && chmod +x install.sh && ./install.sh && \ echo "DAAAAAAAAAAAA#######################################" # Setup config files @@ -15,6 +15,7 @@ cp .zshrc ~/ && \ cp .bash_aliases ~/ && \ sudo cp virtualenvwrapper.sh /usr/local/bin/ && \ cp .zshenv ~/ && \ +cp bira.zsh-theme ~/.oh-my-zsh/themes/ # Configure j (jump) # Debian like