update readme
This commit is contained in:
parent
20d6397e98
commit
7eb423e031
10
README.md
10
README.md
|
|
@ -1,12 +1,22 @@
|
||||||
```
|
```
|
||||||
|
#Во FreeBSD можно установить все из пакетов (шрифты нужны только на десктопе):
|
||||||
|
pkg install py36-powerline-status powerline-fonts py36-psutil
|
||||||
|
|
||||||
|
#В Ubuntu тоже есть пакет...
|
||||||
sudo apt install powerline
|
sudo apt install powerline
|
||||||
|
|
||||||
|
#Это нужно на любой из систем:
|
||||||
cd
|
cd
|
||||||
|
|
||||||
|
#Тема для 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:
|
||||||
#ZSH_THEME="powerlevel9k/powerlevel9k"
|
#ZSH_THEME="powerlevel9k/powerlevel9k"
|
||||||
|
|
||||||
#Это нужно только на десктопе с терминалами, на серверах шрифты не нужны!
|
#Это нужно только на десктопе с терминалами, на серверах шрифты не нужны!
|
||||||
git clone https://github.com/powerline/fonts.git --depth=1 && cd fonts && ./install.sh
|
git clone https://github.com/powerline/fonts.git --depth=1 && cd fonts && ./install.sh
|
||||||
|
|
||||||
|
#Репа с конфигами:
|
||||||
git clone https://gitlab.doct.org.ua/zaika/skel.git
|
git clone https://gitlab.doct.org.ua/zaika/skel.git
|
||||||
ln -s ~/skel/.screenrc ~/
|
ln -s ~/skel/.screenrc ~/
|
||||||
ln -s ~/skel/.tmux.conf ~/
|
ln -s ~/skel/.tmux.conf ~/
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue