add modified bira theme

This commit is contained in:
ViktorBarzin 2018-01-13 22:05:21 +00:00
parent ca2f21b043
commit 6b9eed910f

View file

@ -2,18 +2,19 @@
# Install zsh # Install zsh
sudo apt update sudo apt update
sudo apt upgrade
sudo apt install zsh \ sudo apt install zsh \
python-pip && \ python-pip
# Setup oh-my-zsh # Setup oh-my-zsh
sh -c "$(wget https://raw.githubusercontent.com/robbyrussell/oh-my-zsh/master/tools/install.sh -O -)" && \ sh -c "$(wget https://raw.githubusercontent.com/robbyrussell/oh-my-zsh/master/tools/install.sh -O -)" && \
# Password prompt # Password prompt
# Setup config files # Setup config files
git clone https://github.com/ViktorBarzin/dot_files.git && \ git clone https://github.com/ViktorBarzin/dot_files.git && \
cp .zshrc ~/.zshrc && \ cp -i .zshrc ~/ && \
cp .bash_aliases ~/.bash_aliases && \ cp -i .bash_aliases ~/ && \
sudo cp virtualenvwrapper.sh /usr/local/bin/virtualenvwrapper.sh && \ sudo cp -i virtualenvwrapper.sh /usr/local/bin/ && \
cp .zshenv ~/.zshenv && \ cp -i .zshenv ~/ && \
# Configure j (jump) # Configure j (jump)
# Debian like # Debian like
@ -33,5 +34,5 @@ git clone https://github.com/pyenv/pyenv.git ~/.pyenv && \
# Install pip # Install pip
sudo pip install --upgrade pip && \ sudo pip install --upgrade pip && \
sudo install virtualenvwrapper sudo pip install virtualenvwrapper