this repo has no description

chore(brew): replace nano with micro

+5 -1
+1
dot_config/homebrew/Brewfile
··· 8 8 brew "gh" 9 9 brew "git" 10 10 brew "git-lfs" 11 + brew "micro" 11 12 brew "mise" 12 13 brew "typst" 13 14 brew "zoxide"
-1
dot_config/private_git/config
··· 2 2 defaultBranch = main 3 3 [core] 4 4 autocrlf = input 5 - editor = nano 6 5 excludesfile = ~/.config/git/ignore 7 6 [credential] 8 7 helper = osxkeychain
+4
dot_zshrc
··· 93 93 # You may need to manually set your language environment 94 94 # export LANG=en_US.UTF-8 95 95 96 + # Preferred editor 97 + export EDITOR="micro" 98 + export VISUAL="micro" 99 + 96 100 # Compilation flags 97 101 # export ARCHFLAGS="-arch x86_64" 98 102