initial commit

This commit is contained in:
2026-04-06 19:41:06 -06:00
parent ad0fc7039a
commit 178acd261a
14 changed files with 683 additions and 0 deletions

5
bash/.prompt Normal file
View File

@@ -0,0 +1,5 @@
# Bash Prompt
# startup oh-my-posh
OMP_THEME="~/.omp/themes/custom.json"
eval "$(oh-my-posh init bash --config $OMP_THEME)"