diff --git a/README.md b/README.md index d352a35..c699eed 100644 --- a/README.md +++ b/README.md @@ -1,5 +1,10 @@ # vim-settings +

+ +

+ + - What's inside - A bunch of Settings (Numbers, Nocompatible, History, Mouse,...) - VIM Plugin Manager Plug @@ -12,18 +17,17 @@ - vim-code-dark - vim-airline-themes - Install - - mkdir ~/.config_repos - - cd ~/.config_repos - - git clone --recurse-submodules -j8 https://git.gc4.at/linux/vim-settings.git - - Use ssh if you want to commit also: git clone --recurse-submodules -j8 ssh://git@git.gc4.at:4258/linux/vim-settings.git + - `mkdir ~/.config_repos` + - `cd ~/.config_repos` + - `git clone --recurse-submodules -j8 https://git.gc4.at/linux/vim-settings.git` + - Use ssh if you want to commit also: + - `git clone --recurse-submodules -j8 ssh://git@git.gc4.at:4258/linux/vim-settings.git` - --recurse-submodules -j8 is important since the Plugins in .vim/plugged are also remote repos (int his repo) = submodules - - cd ~ - - mv .vim .vim_old && mv .vimrc .vimrc_old - - ln -s .config_repos/vim-settings/.vimrc - - ln -s .config_repos/vim-settings/.vim - + - `cd ~` + - `mv .vim .vim_old && mv .vimrc .vimrc_old` + - `ln -s .config_repos/vim-settings/.vimrc` + - `ln -s .config_repos/vim-settings/.vim` + - Update (Submodules included) - - cd ~/.config_repos/vim-settings - - git submodule update --recursive --remote - -![vim](vim.png "vim") \ No newline at end of file + - `cd ~/.config_repos/vim-settings` + - `git submodule update --recursive --remote` diff --git a/vim.png b/vim.png index b1c7556..df54ee7 100644 Binary files a/vim.png and b/vim.png differ