micro¶
micro is my editor of choice due to its modernity.
Installation¶
Config¶
~/.config/micro/settings.json
Catppuccin¶
- Copy your preferred flavor(s) from
src/
to~/.config/micro/colorschemes
. - Add
export "MICRO_TRUECOLOR=1"
to your shell RC file (bashrc
,zshrc
,config.fish
, etc). - Open Micro, press
Ctrl+e
, type setcolorscheme catppuccin-<flavor>
(whereis one of latte
,frappe
,macchiato
, ormocha
), and pressEnter
.
Code