initial dotfiles migration from zet-personal

This commit is contained in:
2026-03-30 13:35:58 +00:00
parent 49d6800422
commit dd75e26d6d
8 changed files with 2067 additions and 0 deletions

5
.bash_profile Normal file
View File

@@ -0,0 +1,5 @@
# Load .bashrc if it exists
if [ -f ~/.bashrc ]; then
source ~/.bashrc
fi