Add small changes for git and tmux, start on ncspot config
This commit is contained in:
@@ -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*
|
||||||
|
|
||||||
|
@@ -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"
|
||||||
|
@@ -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
|
||||||
)
|
)
|
||||||
|
Reference in New Issue
Block a user