diff --git a/README.md b/README.md index c699eed..8abeb00 100644 --- a/README.md +++ b/README.md @@ -17,17 +17,17 @@ - vim-code-dark - vim-airline-themes - Install - - `mkdir ~/.config_repos` - - `cd ~/.config_repos` + - `mkdir ~/.dotfiles` + - `cd ~/.dotfiles` - `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` + - `ln -s .dotfiles/vim-settings/.vimrc` + - `ln -s .dotfiles/vim-settings/.vim` - Update (Submodules included) - - `cd ~/.config_repos/vim-settings` + - `cd ~/.dotfiles/vim-settings` - `git submodule update --recursive --remote`