update readme

This commit is contained in:
Denis Zaika 2019-06-19 16:32:43 +03:00
parent 20d6397e98
commit 7eb423e031
1 changed files with 10 additions and 0 deletions

View File

@ -1,12 +1,22 @@
```
#Во FreeBSD можно установить все из пакетов (шрифты нужны только на десктопе):
pkg install py36-powerline-status powerline-fonts py36-psutil
#В Ubuntu тоже есть пакет...
sudo apt install powerline
#Это нужно на любой из систем:
cd
#Тема для oh-my-zsh:
git clone https://github.com/bhilburn/powerlevel9k.git ~/.oh-my-zsh/custom/themes/powerlevel9k
#You then need to select this theme in your ~/.zshrc:
#ZSH_THEME="powerlevel9k/powerlevel9k"
#Это нужно только на десктопе с терминалами, на серверах шрифты не нужны!
git clone https://github.com/powerline/fonts.git --depth=1 && cd fonts && ./install.sh
#Репа с конфигами:
git clone https://gitlab.doct.org.ua/zaika/skel.git
ln -s ~/skel/.screenrc ~/
ln -s ~/skel/.tmux.conf ~/