Update README.md

This commit is contained in:
Denis Zaika 2019-07-14 12:50:19 +03:00
parent f880d8accb
commit cccaf35f09
1 changed files with 6 additions and 0 deletions

View File

@ -5,9 +5,15 @@ pkg install py36-powerline-status powerline-fonts py36-psutil
#В Ubuntu тоже есть пакет... #В Ubuntu тоже есть пакет...
sudo apt install powerline sudo apt install powerline
#Это нужно на любой из систем: #Это нужно на любой из систем:
cd cd
sh -c "$(wget https://raw.githubusercontent.com/robbyrussell/oh-my-zsh/master/tools/install.sh -O -)"
sed -i.bak -E 's/ZSH_THEME="robbyrussell"/#ZSH_THEME="robbyrussell"\nZSH_THEME="dieter"/' ./.zshrc && . ./.zshrc
sed -Ei.bak 's/# DISABLE_AUTO_TITLE="true"/# DISABLE_AUTO_TITLE="true"\nDISABLE_AUTO_TITLE="true"/;s/^plugins=\(git\)/plugins=(git screen tmux)/' ~/.zshrc
#Тема для oh-my-zsh: #Тема для oh-my-zsh:
git clone https://github.com/bhilburn/powerlevel9k.git ~/.oh-my-zsh/custom/themes/powerlevel9k git clone https://github.com/bhilburn/powerlevel9k.git ~/.oh-my-zsh/custom/themes/powerlevel9k
#You then need to select this theme in your ~/.zshrc: #You then need to select this theme in your ~/.zshrc: