update
This commit is contained in:
parent
55767adf6e
commit
c65d1c19a5
|
|
@ -20,6 +20,10 @@ git clone https://github.com/romkatv/powerlevel10k.git $ZSH_CUSTOM/themes/powerl
|
|||
#Это нужно только на десктопе с терминалами, на серверах шрифты не нужны!
|
||||
git clone https://github.com/powerline/fonts.git --depth=1 && cd fonts && ./install.sh
|
||||
|
||||
#Для wsl можно переопределить скриндир
|
||||
mkdir ~/.screen && chmod 700 ~/.screen
|
||||
echo 'export SCREENDIR=$HOME/.screen' >> ~/.zshrc
|
||||
|
||||
#Репа с конфигами:
|
||||
git clone https://gitlab.doct.org.ua/zaika/skel.git
|
||||
ln -s ~/skel/.screenrc ~/
|
||||
|
|
|
|||
Loading…
Reference in New Issue