mirror of
https://github.com/olexsmir/dotfiles.git
synced 2026-01-15 16:51:34 +02:00
Update
This commit is contained in:
parent
262cea2a4a
commit
68604c9c6a
11 changed files with 1016 additions and 141 deletions
28
README.md
28
README.md
|
|
@ -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
|
||||
|
||||

|
||||
~~~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
|
||||
|
||||
---
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue