From 1c40edd20f8cb78c34ddc22932a5ffcca87db57a Mon Sep 17 00:00:00 2001 From: Wiktor Zykubek Date: Mon, 7 Oct 2019 18:31:17 +0200 Subject: [PATCH] Edit INSTALLATION.md --- INSTALLATION.md | 18 +++++------------- 1 file changed, 5 insertions(+), 13 deletions(-) diff --git a/INSTALLATION.md b/INSTALLATION.md index 58df1b6..d1a633a 100644 --- a/INSTALLATION.md +++ b/INSTALLATION.md @@ -1,27 +1,22 @@ # Basic - -Install dependencies: +## Install dependencies ```bash yay -S polybar st ttf-dejavu-ib wget neovim qutebrowser ``` - -Install oh-my-zsh: +## Install oh-my-zsh ```bash sh -c "$(wget -O- https://raw.githubusercontent.com/robbyrussell/oh-my-zsh/master/tools/install.sh)" ``` - -Install zsh-syntax-highlighting plugin to oh-my-zsh: +## Install zsh-syntax-highlighting plugin to oh-my-zsh ```bash cd ~/oh-my-zsh/plugins git clone https://github.com/zsh-users/zsh-syntax-highlighting.git ``` - -Copy configs: +## Copy configs ```bash cp .zshrc ~ cp -r .config ~ ``` - # NeoVim ## Install VimPlug To install plugins to Vim/NeoVim 'u' must have VimPlug or other Vim plugins loader. @@ -30,20 +25,17 @@ curl -fLo ~/.local/share/nvim/site/autoload/plug.vim --create-dirs \ https://raw.githubusercontent.com/junegunn/vim-plug/master/plug.vim ``` If you don't have *curl* install it. - ## Copy config ```bash cp -r nvim ~/.config ``` If folder not exist create it: `mkdir .config`. - ## Load plugins * Open NeoVim: `nvim`. * Click ":" on keyboard. * Use `PlugInstall` command. * Exit, click "esc" key, use `:q! command. - -## Install python package to use plign +## Install python package to use plugins If you don't have python 3.x install it from your distro repo. ```bash pip3 install --user neovim