From cccaf35f092acd312fcecbfb14f5ba82743aaff8 Mon Sep 17 00:00:00 2001 From: Denis Zaika Date: Sun, 14 Jul 2019 12:50:19 +0300 Subject: [PATCH] Update README.md --- README.md | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/README.md b/README.md index 6da49f7..2cb7901 100644 --- a/README.md +++ b/README.md @@ -5,9 +5,15 @@ pkg install py36-powerline-status powerline-fonts py36-psutil #В Ubuntu тоже есть пакет... sudo apt install powerline + #Это нужно на любой из систем: 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: git clone https://github.com/bhilburn/powerlevel9k.git ~/.oh-my-zsh/custom/themes/powerlevel9k #You then need to select this theme in your ~/.zshrc: