Update key binds, deploy script, and remove tmux starting by default

This commit is contained in:
Alex Selimov 2025-09-05 23:48:15 -04:00
parent c241b5d20f
commit 8b087082d6
Signed by: aselimov
GPG key ID: 3DDB9C3E023F1F31
6 changed files with 45 additions and 11 deletions

View file

@ -56,5 +56,6 @@ deploy_links() {
deploy_links "$PROJECT_ROOT/bin" "$HOME/bin" "bin"
deploy_links "$PROJECT_ROOT/home" "$HOME" "home"
deploy_links "$PROJECT_ROOT/config" "$HOME/.config" "config"
deploy_links "$PROJECT_ROOT/wallpapers" "$HOME/media/wallpapers" "wallpapers"
echo "All deployments complete!"