Add small changes for git and tmux, start on ncspot config
This commit is contained in:
@@ -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*
|
||||
|
||||
|
@@ -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"
|
||||
|
@@ -1,6 +1,6 @@
|
||||
tmux_omitted_dirs=(
|
||||
$HOME
|
||||
$DIR_HOME_BOX
|
||||
$(find $DIR_HOME_BOX -type d -maxdepth 1)
|
||||
$DIR_DEV
|
||||
$DIR_GIT_PROJECTS
|
||||
)
|
||||
|
Reference in New Issue
Block a user