Switch from Git Bare to GNU Stow
- Remove `config` shell alias - Update dracula kitty theme - Update .gitignore for new GNU stow config - Fix branches and tabbing in .gitmodules - Add scripts for working with GNU stow - Add `.stow-local-ignore` to ignore certain files/directories when stowing - Update install instructions in README.org - Add .gitmodules to README.org - Add configurations for GNU stow to README.org - Update Acknowledgements section of README.org with GNU stow info
This commit is contained in:
3
.scripts/stow-create.sh
Executable file
3
.scripts/stow-create.sh
Executable file
@@ -0,0 +1,3 @@
|
||||
#!/bin/bash
|
||||
cd $HOME/.dotfiles/
|
||||
stow -v .
|
3
.scripts/stow-remove.sh
Executable file
3
.scripts/stow-remove.sh
Executable file
@@ -0,0 +1,3 @@
|
||||
#!/bin/bash
|
||||
cd $HOME/.dotfiles/
|
||||
stow -v -D .
|
Reference in New Issue
Block a user