Update README.md
This commit is contained in:
parent
f880d8accb
commit
cccaf35f09
|
|
@ -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:
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue