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/v2.1.0/CodeNewRoman.zip"
|
||||||
url = "https://github.com/ryanoasis/nerd-fonts/releases/download/2.2.0-RC/CodeNewRoman.zip"
|
url = "https://github.com/ryanoasis/nerd-fonts/releases/download/2.2.0-RC/CodeNewRoman.zip"
|
||||||
exact = true
|
exact = true
|
||||||
# refreshPeriod = "168h" # 7 days
|
refreshPeriod = "168h" # 7 days
|
||||||
refreshPeriod = "10s"
|
|
||||||
|
|
||||||
[".local/share/fonts/NF_FiraCode"]
|
[".local/share/fonts/NF_FiraCode"]
|
||||||
type = "archive"
|
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/v2.1.0/FiraCode.zip"
|
||||||
url = "https://github.com/ryanoasis/nerd-fonts/releases/download/2.2.0-RC/FiraCode.zip"
|
url = "https://github.com/ryanoasis/nerd-fonts/releases/download/2.2.0-RC/FiraCode.zip"
|
||||||
exact = true
|
exact = true
|
||||||
# refreshPeriod = "168h" # 7 days
|
refreshPeriod = "168h" # 7 days
|
||||||
refreshPeriod = "10s"
|
|
||||||
|
|
||||||
[".local/bin/oh-my-posh"]
|
[".local/bin/oh-my-posh"]
|
||||||
type = "file"
|
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