Add small changes for git and tmux, start on ncspot config

This commit is contained in:
2025-10-01 12:41:10 -05:00
parent ea8e3e54db
commit a1d9a1de29
3 changed files with 23 additions and 8 deletions

View File

@@ -2,13 +2,6 @@
.tmux-session-hydrate
zxcv*
# vim files
*.swp
*.swo
# why do you do this, apple?
.DS_Store
# cache/build/etc
**/__pycache__/
@@ -16,3 +9,16 @@ zxcv*
mise*.toml
.npmrc
# opencode/agents/etc
.opencode/
opencode.json
AGENTS.md
# vim files
*.swp
*.swo
# miscellaneous
.DS_Store
.liccor*

View File

@@ -1,3 +1,12 @@
initial_screen = "library"
library_tabs = ["playlists", "albums", "artists", "browse"]
[keybindings]
"Space" = "playpause"
##########################################################################################
# theme
# [theme] # from eltoncezar, similar to official spotify colors
# background = "#191414"
# primary = "#FFFFFF"

View File

@@ -1,6 +1,6 @@
tmux_omitted_dirs=(
$HOME
$DIR_HOME_BOX
$(find $DIR_HOME_BOX -type d -maxdepth 1)
$DIR_DEV
$DIR_GIT_PROJECTS
)