blob: 29ab9ddf08e51536420aca03a5696d0fde826095 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
|
# dotfiles
My home folder is a git repository, where all files are excluded (with exceptions of course). Having it always be a git repository brings in some issues, so whenver I need to "sync", I rename `.git.disabled` to `.git`, and when I'm finished, I do the opposite (`.a/toggle-repo.sh`).
## Specific folders
- `.a`: All of my scripts
- `.b`: Backups of configs, who aren't in home folder
- `.c`: Documents and notes regarding my setup
|