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 .tmux-session-hydrate
zxcv* zxcv*
# vim files
*.swp
*.swo
# why do you do this, apple?
.DS_Store
# cache/build/etc # cache/build/etc
**/__pycache__/ **/__pycache__/
@@ -16,3 +9,16 @@ zxcv*
mise*.toml mise*.toml
.npmrc .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 # [theme] # from eltoncezar, similar to official spotify colors
# background = "#191414" # background = "#191414"
# primary = "#FFFFFF" # primary = "#FFFFFF"

View File

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