main
mat ess 2022-12-18 01:16:08 -05:00
parent a4082f54c0
commit b5496449ba
3 changed files with 5 additions and 1 deletions

View File

@ -46,6 +46,7 @@
"alfred" "alfred"
"bartender" "bartender"
"bbedit" "bbedit"
"caprine"
# "discord" # "discord"
# "element" # "element"
"firefox" "firefox"

View File

@ -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";

View File

@ -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`