overwrite bira theme in config

This commit is contained in:
ViktorBarzin 2018-01-13 22:35:43 +00:00
parent 4595de2dd7
commit 57436e9a4c

View file

@ -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