Add copy_dotfiles script and other things

This commit is contained in:
david
2025-01-11 22:30:21 -06:00
parent e44c29ccb9
commit 1340729f50
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