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:
Sravan Balaji
2022-05-19 09:10:11 -04:00
parent f9c632a7d3
commit c3bf57282f
11 changed files with 192 additions and 95 deletions

3
.scripts/stow-create.sh Executable file
View File

@@ -0,0 +1,3 @@
#!/bin/bash
cd $HOME/.dotfiles/
stow -v .

3
.scripts/stow-remove.sh Executable file
View File

@@ -0,0 +1,3 @@
#!/bin/bash
cd $HOME/.dotfiles/
stow -v -D .