Refactor various names, add git configs, add to installs

This commit is contained in:
2025-01-26 19:34:27 -06:00
parent 35617f4280
commit 4aed99d570
18 changed files with 65 additions and 25 deletions

8
make_org_structure_dirs Executable file
View File

@ -0,0 +1,8 @@
#!/bin/zsh
[[ ! -d "$HOME_BOX" ]] && mkdir $HOME_BOX
[[ ! -d "$DIR_DEV" ]] && mkdir $DIR_DEV
[[ ! -d "$DIR_DEV/git" ]] && mkdir $DIR_DEV/git
[[ ! -d "$DIR_DEV/git/me" ]] && mkdir $DIR_DEV/git/me
[[ ! -d "$DIR_DEV/git/other" ]] && mkdir $DIR_DEV/git/other