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