diff options
-rw-r--r-- | INSTALL/arch-install | 2 | ||||
-rw-r--r-- | INSTALL/artix-install | 2 | ||||
-rw-r--r-- | INSTALL/gentoo-install | 4 | ||||
-rw-r--r-- | INSTALL/parabola-install | 2 |
4 files changed, 5 insertions, 5 deletions
diff --git a/INSTALL/arch-install b/INSTALL/arch-install index 8ffb0d9..232b0a5 100644 --- a/INSTALL/arch-install +++ b/INSTALL/arch-install @@ -37,7 +37,7 @@ touch ~/.config/X11/Xauthority ~/.xprofile ~/.config/mpd/database ~/.config/mpd/ cd ~/.local/src/suck && sh sucklessUpdate && cd "$CURDIR" || exit ## Neovimb Setup -cp -rf "$(pwd)"/../neovimb "$XDG_CONFIG_HOME" +cp -rf "$(pwd)"/../neovimb "$HOME"/.config # Setting up Neovim ## Linking Neovim to Vim diff --git a/INSTALL/artix-install b/INSTALL/artix-install index 1dd079e..db927fd 100644 --- a/INSTALL/artix-install +++ b/INSTALL/artix-install @@ -37,7 +37,7 @@ touch ~/.config/X11/Xauthority ~/.xprofile ~/.config/mpd/database ~/.config/mpd/ cd ~/.local/src/suck && sh sucklessUpdate && cd "$CURDIR" || exit ## Neovimb Setup -cp -rf "$(pwd)"/../neovimb "$XDG_CONFIG_HOME" +cp -rf "$(pwd)"/../neovimb "$HOME"/.config # Setting up Neovim ## Linking Neovim to Vim diff --git a/INSTALL/gentoo-install b/INSTALL/gentoo-install index a17f4c6..43be47d 100644 --- a/INSTALL/gentoo-install +++ b/INSTALL/gentoo-install @@ -52,8 +52,8 @@ else cd ~/.local/src/suck && sh sucklessUpdate && cd "$CURDIR" || exit -## Neovimb Setup -cp -rf "$(pwd)"/../neovimb "$XDG_CONFIG_HOME" + ## Neovimb Setup + cp -rf "$(pwd)"/../neovimb "$HOME"/.config # Setting up Neovim ## Linking Neovim to Vim diff --git a/INSTALL/parabola-install b/INSTALL/parabola-install index eac4032..2fa4c09 100644 --- a/INSTALL/parabola-install +++ b/INSTALL/parabola-install @@ -40,7 +40,7 @@ touch ~/.config/X11/Xauthority ~/.xprofile ~/.config/mpd/database ~/.config/mpd/ cd ~/.local/src/suck && sh sucklessUpdate && cd "$CURDIR" || exit ## Neovimb Setup -cp -rf "$(pwd)"/../neovimb "$XDG_CONFIG_HOME" +cp -rf "$(pwd)"/../neovimb "$HOME"/.config # Setting up Neovim ## Linking Neovim to Vim |