new image, center and format
This commit is contained in:
parent
1a9c64fe50
commit
05d373a585
2 changed files with 17 additions and 13 deletions
30
README.md
30
README.md
|
@ -1,5 +1,10 @@
|
||||||
# vim-settings
|
# vim-settings
|
||||||
|
|
||||||
|
<p align="center">
|
||||||
|
<img src="https://git.gc4.at/linux/vim-settings/media/branch/master/vim.png">
|
||||||
|
</p>
|
||||||
|
|
||||||
|
|
||||||
- What's inside
|
- What's inside
|
||||||
- A bunch of Settings (Numbers, Nocompatible, History, Mouse,...)
|
- A bunch of Settings (Numbers, Nocompatible, History, Mouse,...)
|
||||||
- VIM Plugin Manager Plug
|
- VIM Plugin Manager Plug
|
||||||
|
@ -12,18 +17,17 @@
|
||||||
- vim-code-dark
|
- vim-code-dark
|
||||||
- vim-airline-themes
|
- vim-airline-themes
|
||||||
- Install
|
- Install
|
||||||
- mkdir ~/.config_repos
|
- `mkdir ~/.config_repos`
|
||||||
- cd ~/.config_repos
|
- `cd ~/.config_repos`
|
||||||
- git clone --recurse-submodules -j8 https://git.gc4.at/linux/vim-settings.git
|
- `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
|
- 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
|
- --recurse-submodules -j8 is important since the Plugins in .vim/plugged are also remote repos (int his repo) = submodules
|
||||||
- cd ~
|
- `cd ~`
|
||||||
- mv .vim .vim_old && mv .vimrc .vimrc_old
|
- `mv .vim .vim_old && mv .vimrc .vimrc_old`
|
||||||
- ln -s .config_repos/vim-settings/.vimrc
|
- `ln -s .config_repos/vim-settings/.vimrc`
|
||||||
- ln -s .config_repos/vim-settings/.vim
|
- `ln -s .config_repos/vim-settings/.vim`
|
||||||
|
|
||||||
- Update (Submodules included)
|
- Update (Submodules included)
|
||||||
- cd ~/.config_repos/vim-settings
|
- `cd ~/.config_repos/vim-settings`
|
||||||
- git submodule update --recursive --remote
|
- `git submodule update --recursive --remote`
|
||||||
|
|
||||||
![vim](vim.png "vim")
|
|
||||||
|
|
BIN
vim.png
BIN
vim.png
Binary file not shown.
Before Width: | Height: | Size: 141 KiB After Width: | Height: | Size: 56 KiB |
Loading…
Reference in a new issue