From c01d081bde0e1a2aa16d3cbad708d322e8d69449 Mon Sep 17 00:00:00 2001 From: Karamelmar Date: Fri, 3 Dec 2021 12:16:20 +0100 Subject: [PATCH] Update 'README.md' Switch to .dotfiles folder structure --- README.md | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) 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`