diff --git a/config/.config/nvim b/config/.config/nvim deleted file mode 120000 index 351ba1c..0000000 --- a/config/.config/nvim +++ /dev/null @@ -1 +0,0 @@ -/home/stev/.SpaceVim \ No newline at end of file diff --git a/config/.config/omf b/config/.config/omf deleted file mode 120000 index 4226db4..0000000 --- a/config/.config/omf +++ /dev/null @@ -1 +0,0 @@ -/home/stev/stevset/fish/omf \ No newline at end of file diff --git a/config/README.md b/config/README.md index 4b3b8e4..b0d8806 100644 --- a/config/README.md +++ b/config/README.md @@ -1,2 +1,3 @@ # Home Folder Everything in here is a dotfile that will be symlinked into the home directory +The Stow program will automatically rename them to be properly linked in the home folder however due to a bug, the folders have to be named with the regular dot notation diff --git a/config/.bash_aliases b/config/dot-bash_aliases similarity index 100% rename from config/.bash_aliases rename to config/dot-bash_aliases diff --git a/config/.sensible.bash b/config/dot-sensible.bash similarity index 100% rename from config/.sensible.bash rename to config/dot-sensible.bash diff --git a/config/.spacevim b/config/dot-spacevim similarity index 100% rename from config/.spacevim rename to config/dot-spacevim diff --git a/config/.tmux.conf b/config/dot-tmux.conf similarity index 100% rename from config/.tmux.conf rename to config/dot-tmux.conf diff --git a/init.sh b/init.sh index fa01a28..e0b1e19 100755 --- a/init.sh +++ b/init.sh @@ -22,7 +22,7 @@ esac #create symlinks using stow mkdir ~/.ssh echo "Stowing Configs" -stow config +stow config --dotfiles chmod 0700 ~/.ssh chmod -R 0600 ~/.ssh/*