Minor improvements
changed refresh interval for .chezmoiexternal entries removed local byobu keybindings, the one that is changes by the system
This commit is contained in:
parent
86608fbc83
commit
ce4d8c303d
|
@ -20,16 +20,14 @@
|
|||
# url = "https://github.com/ryanoasis/nerd-fonts/releases/download/v2.1.0/CodeNewRoman.zip"
|
||||
url = "https://github.com/ryanoasis/nerd-fonts/releases/download/2.2.0-RC/CodeNewRoman.zip"
|
||||
exact = true
|
||||
# refreshPeriod = "168h" # 7 days
|
||||
refreshPeriod = "10s"
|
||||
refreshPeriod = "168h" # 7 days
|
||||
|
||||
[".local/share/fonts/NF_FiraCode"]
|
||||
type = "archive"
|
||||
# url = "https://github.com/ryanoasis/nerd-fonts/releases/download/v2.1.0/FiraCode.zip"
|
||||
url = "https://github.com/ryanoasis/nerd-fonts/releases/download/2.2.0-RC/FiraCode.zip"
|
||||
exact = true
|
||||
# refreshPeriod = "168h" # 7 days
|
||||
refreshPeriod = "10s"
|
||||
refreshPeriod = "168h" # 7 days
|
||||
|
||||
[".local/bin/oh-my-posh"]
|
||||
type = "file"
|
||||
|
|
|
@ -1,5 +0,0 @@
|
|||
unbind-key -n C-a
|
||||
unbind-key -n C-b
|
||||
set -g prefix ^B
|
||||
set -g prefix2 F12
|
||||
bind b send-prefix
|
Loading…
Reference in New Issue