feat: guestOS docker config (#3)

This commit is contained in:
Hari 2026-04-08 12:30:04 -04:00 committed by GitHub
commit 27f7b6318b
11 changed files with 660 additions and 0 deletions

3
defaults/.profile Normal file
View file

@ -0,0 +1,3 @@
if [ -n "${BASH_VERSION:-}" ] && [ -f "$HOME/.bashrc" ]; then
. "$HOME/.bashrc"
fi