Tweaks
parent
a4082f54c0
commit
b5496449ba
|
@ -46,6 +46,7 @@
|
||||||
"alfred"
|
"alfred"
|
||||||
"bartender"
|
"bartender"
|
||||||
"bbedit"
|
"bbedit"
|
||||||
|
"caprine"
|
||||||
# "discord"
|
# "discord"
|
||||||
# "element"
|
# "element"
|
||||||
"firefox"
|
"firefox"
|
||||||
|
|
|
@ -8,6 +8,8 @@
|
||||||
programs.helix.settings = {
|
programs.helix.settings = {
|
||||||
editor.bufferline = "multiple";
|
editor.bufferline = "multiple";
|
||||||
editor.color-modes = true;
|
editor.color-modes = true;
|
||||||
|
editor.cursor-shape.insert = "bar";
|
||||||
|
editor.cursorline = true;
|
||||||
editor.indent-guides.render = true;
|
editor.indent-guides.render = true;
|
||||||
editor.indent-guides.skip-levels = 1;
|
editor.indent-guides.skip-levels = 1;
|
||||||
editor.line-number = "relative";
|
editor.line-number = "relative";
|
||||||
|
|
|
@ -59,7 +59,8 @@ in
|
||||||
abduco # lightweight session management
|
abduco # lightweight session management
|
||||||
atool # archive tool
|
atool # archive tool
|
||||||
bottom # fancy version of `top` with ASCII graphs
|
bottom # fancy version of `top` with ASCII graphs
|
||||||
coreutils
|
# do i need these?
|
||||||
|
# coreutils
|
||||||
curl
|
curl
|
||||||
du-dust # fancy version of `du`
|
du-dust # fancy version of `du`
|
||||||
exa # fancy version of `ls`
|
exa # fancy version of `ls`
|
||||||
|
|
Loading…
Reference in New Issue