Add copy_dotfiles script and other things

This commit is contained in:
2025-01-11 22:30:21 -06:00
committed by david pickle
parent e846b967f6
commit 44b9367f55
8 changed files with 99 additions and 2 deletions

5
pre_run_01 Executable file
View File

@@ -0,0 +1,5 @@
#!/bin/zsh
if [[ ! -d $HOME/bin ]]; then
mkdir $HOME/bin
fi