From affe933668a167b543ac50a39436f8a0e5cfbe04 Mon Sep 17 00:00:00 2001 From: steveokard Date: Wed, 14 Dec 2022 05:25:28 -0500 Subject: [PATCH] refined use of stow --- config/.config/nvim | 1 - config/.config/omf | 1 - config/README.md | 1 + config/{.bash_aliases => dot-bash_aliases} | 0 config/{.sensible.bash => dot-sensible.bash} | 0 config/{.spacevim => dot-spacevim} | 0 config/{.tmux.conf => dot-tmux.conf} | 0 init.sh | 2 +- 8 files changed, 2 insertions(+), 3 deletions(-) delete mode 120000 config/.config/nvim delete mode 120000 config/.config/omf rename config/{.bash_aliases => dot-bash_aliases} (100%) rename config/{.sensible.bash => dot-sensible.bash} (100%) rename config/{.spacevim => dot-spacevim} (100%) rename config/{.tmux.conf => dot-tmux.conf} (100%) 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/*