This commit is contained in:
zaika 2019-06-18 18:05:26 +03:00
commit 134e12e558
1 changed files with 11 additions and 0 deletions

11
README.md Normal file
View File

@ -0,0 +1,11 @@
```
sudo apt install powerline
cd
git clone https://github.com/bhilburn/powerlevel9k.git ~/.oh-my-zsh/custom/themes/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 ~/
```