From 44c5786679f440954f14c60db8fd3b22b19bd3ec Mon Sep 17 00:00:00 2001 From: Denis Zaika Date: Tue, 18 Jun 2019 21:02:00 +0300 Subject: [PATCH 1/3] Add README.md --- README.md | 7 +++++++ 1 file changed, 7 insertions(+) create mode 100644 README.md diff --git a/README.md b/README.md new file mode 100644 index 0000000..2e0ef6a --- /dev/null +++ b/README.md @@ -0,0 +1,7 @@ +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 ~/ From f66184379a2b22047d99caef0c1fac2b00e71bac Mon Sep 17 00:00:00 2001 From: Denis Zaika Date: Tue, 18 Jun 2019 21:02:32 +0300 Subject: [PATCH 2/3] Update README.md --- README.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/README.md b/README.md index 2e0ef6a..7fcdf1a 100644 --- a/README.md +++ b/README.md @@ -1,3 +1,4 @@ +``` sudo apt install powerline cd git clone https://github.com/bhilburn/powerlevel9k.git ~/.oh-my-zsh/custom/themes/powerlevel9k @@ -5,3 +6,5 @@ git clone https://github.com/powerline/fonts.git --depth=1 && cd fonts && ./inst git clone https://gitlab.doct.org.ua/zaika/skel.git ln -s ~/skel/.screenrc ~/ ln -s ~/skel/.tmux.conf ~/ +``` + From d0ca5c07a000cf981f5ac37af5d23fe3ab3eeb09 Mon Sep 17 00:00:00 2001 From: Denis Zaika Date: Tue, 18 Jun 2019 21:03:09 +0300 Subject: [PATCH 3/3] Update README.md --- README.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 7fcdf1a..08c457b 100644 --- a/README.md +++ b/README.md @@ -2,7 +2,8 @@ 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://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 ~/