Update .tmux.conf
Update .config/DankMaterialShell/firefox.css Update .config/DankMaterialShell/settings.json Update .config/alacritty/dank-theme.toml Update .config/ghostty/themes/dankcolors Update .config/niri/config.kdl Update .config/niri/dms/colors.kdl Add .config/niri/dms/cursor.kdl Remove .config/niri/dms/cursor.kdl Update .config/nvim/init.lua Update .config/nvim/lazy-lock.json Update .config/nvim/lua/config/00_lazy.lua Update .config/nvim/lua/plugins/dankcolors.lua Update .config/pda/config.toml Update .local/bin/tmux-sessionizer
This commit is contained in:
parent
c778538a48
commit
ace3e70676
15 changed files with 389 additions and 227 deletions
|
|
@ -7,7 +7,7 @@ display_ascii_art = true
|
|||
always_encrypt = false
|
||||
|
||||
[store]
|
||||
default_store_name = "d"
|
||||
default_store_name = "store"
|
||||
always_prompt_delete = true
|
||||
always_prompt_overwrite = true
|
||||
|
||||
|
|
@ -16,10 +16,10 @@ display_ascii_art = true
|
|||
default_list_format = "table"
|
||||
always_show_full_values = false
|
||||
always_hide_header = false
|
||||
default_columns = "key,store,ttl,value"
|
||||
default_columns = "meta,ttl,size,store,key,value"
|
||||
|
||||
[git]
|
||||
auto_fetch = false
|
||||
auto_commit = true
|
||||
auto_push = false
|
||||
default_commit_message = "sync: {{.Time}}"
|
||||
default_commit_message = "{{ summary }}"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue