overwrite bira theme in config
This commit is contained in:
parent
4595de2dd7
commit
57436e9a4c
1 changed files with 2 additions and 1 deletions
|
|
@ -7,7 +7,7 @@ sudo apt install zsh \
|
||||||
python-pip --assume-yes
|
python-pip --assume-yes
|
||||||
# Setup oh-my-zsh
|
# Setup oh-my-zsh
|
||||||
echo "#######################################"
|
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#######################################"
|
echo "DAAAAAAAAAAAA#######################################"
|
||||||
# Setup config files
|
# Setup config files
|
||||||
|
|
@ -15,6 +15,7 @@ cp .zshrc ~/ && \
|
||||||
cp .bash_aliases ~/ && \
|
cp .bash_aliases ~/ && \
|
||||||
sudo cp virtualenvwrapper.sh /usr/local/bin/ && \
|
sudo cp virtualenvwrapper.sh /usr/local/bin/ && \
|
||||||
cp .zshenv ~/ && \
|
cp .zshenv ~/ && \
|
||||||
|
cp bira.zsh-theme ~/.oh-my-zsh/themes/
|
||||||
|
|
||||||
# Configure j (jump)
|
# Configure j (jump)
|
||||||
# Debian like
|
# Debian like
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue