This commit is contained in:
Smirnov Olexandr 2020-09-21 17:48:59 +03:00
parent 262cea2a4a
commit 68604c9c6a
11 changed files with 1016 additions and 141 deletions

View file

@ -10,18 +10,32 @@ Config for
### Install
Install [oh my zsh](https;//ohmyz.sh)
~~~bash
git clone https://github.com/Smirnov-O/dotfiles
cd dotfiles
chmod +x install.sh
./install.sh
vim +source~/.vimrc +PlugInstall
sudo pacman -S git curl zsh # Arch/Mnjaro
sudo apt-get install git curl zsh # Debian/Ubuntu/Mint
curl -fsSL https://raw.github.com/ohmyzsh/ohmyzsh/master/tools/install.sh)
chsh -s $(which zsh)
~~~
### Screen-shot
Install config
![](https://i.imgur.com/yHVgYZ7.png)
~~~bash
git clone https://github.com/Smirnov-O/dotfiles
cd dotfiles
bash install.sh
~~~
Install plugin in vim
~~~bash
vim +source~/.vimrc +PlugInstall
~~~
### Screen-shot
---