initial version

This commit is contained in:
2026-02-17 00:13:26 +01:00
parent fed1844282
commit 4f7227c0e9
13 changed files with 316 additions and 190 deletions

View File

@@ -148,6 +148,7 @@ configure_persistence() {
}
# Add Local Bin to Path
local path_export='export PATH="$HOME/.local/bin:$PATH"'
append_if_missing "$HOME/.bashrc" "$path_export"
append_if_missing "$zshrc" "$path_export"