Update configs
This commit is contained in:
parent
ee33a4269e
commit
3122274498
4 changed files with 43 additions and 3 deletions
|
@ -1,6 +1,5 @@
|
|||
# xbps
|
||||
alias xup='xi -Su'
|
||||
alias xun='xi -Sun'
|
||||
alias xup="xi -Su"
|
||||
|
||||
# listing files
|
||||
eza_params=(
|
||||
|
|
|
@ -3,6 +3,12 @@
|
|||
name = Hendrik Boll
|
||||
signingkey = ~/.ssh/id_ed25519.pub
|
||||
|
||||
[includeIf "gitdir:~/b1/"]
|
||||
path = ~/b1/.config/git/config
|
||||
|
||||
[includeIf "gitdir:~/b1/customer/sap/"]
|
||||
path = ~/b1/customer/sap/.config/git/config
|
||||
|
||||
[gpg]
|
||||
format = ssh
|
||||
|
||||
|
|
|
@ -1 +1,37 @@
|
|||
theme = "gruvbox_dark_hard"
|
||||
|
||||
[editor]
|
||||
line-number = "relative"
|
||||
bufferline = "multiple"
|
||||
popup-border = "popup"
|
||||
|
||||
[editor.statusline]
|
||||
left = [
|
||||
"mode",
|
||||
"spinner",
|
||||
"file-type",
|
||||
"file-name",
|
||||
"version-control",
|
||||
"read-only-indicator",
|
||||
"file-modification-indicator"
|
||||
]
|
||||
center = []
|
||||
right = [
|
||||
"diagnostics",
|
||||
"selections",
|
||||
"register",
|
||||
"position",
|
||||
"position-percentage",
|
||||
"file-encoding"
|
||||
]
|
||||
|
||||
[editor.cursor-shape]
|
||||
normal = "block"
|
||||
insert = "bar"
|
||||
select = "underline"
|
||||
|
||||
[editor.indent-guides]
|
||||
render = true
|
||||
|
||||
[editor.soft-wrap]
|
||||
enable = true
|
||||
|
|
|
@ -1 +0,0 @@
|
|||
context.exec = [ { path = "/usr/bin/wireplumber" args = "" } ]
|
Loading…
Add table
Reference in a new issue