Add copy_dotfiles script and other things

This commit is contained in:
david
2025-04-04 16:55:39 -05:00
parent d3fc33af3d
commit 33976f54a7
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