removing clunky editors and replacing neovim with kickstart

This commit is contained in:
Rob Harbaugh
2026-04-22 12:39:41 -04:00
parent 4ad1fe4eb6
commit ef7df59e34
22 changed files with 1250 additions and 1064 deletions

View File

@@ -1,6 +1,6 @@
export BROWSER=firefox
export EDITOR="emacsclient -t -a \"\""
export VISUAL="emacsclient -c -a \"\""
export EDITOR="nvim"
export VISUAL="nvim"
export TERMINAL=ghostty
export MAILER=neomutt
. "$HOME/.cargo/env"