$ chezmoi init --apply RichardFevrier
$ chezmoi update -v
$ app -m brew install ...
$ app -r brew
Fira Code (files included for linux and macOS)
$ sudo usermod --shell $(which fish) $(whoami)
$ sudo dscl . -create /Users/$(whoami) UserShell $(which fish)
Starship (Nerd Font
already provided by Wezterm
)
ya pack -a/u ...
- yazi-rs/plugins:max-preview
- KKV9/compress
Do the following if you see a different configuration when using sudo micro ...
(usually means that $HOME
env var is different between root
and non-root
users):
$ sudo visudo
Defaults env_keep += "MICRO_CONFIG_HOME"
Plugins
$ micro -plugin install/update ...
- fzfinder
- lsp
- quoter
- urlopen
- wc
- yazi
Ctrl+R
to fuzzy the commands history
Qwerty-Lafayette (files included for linux and macOS)
To fix inverted keys e.g: @/#
-> </>
Create /etc/udev/hwdb.d/60-keyboard-logitech-craft.hwdb
(use evtest
to find the right keys)
evdev:name:*Craft*:*
KEYBOARD_KEY_70064=grave
KEYBOARD_KEY_70035=102n
Then $ sudo systemd-hwdb update
and $ sudo udevadm trigger
Use Karabiner-Elements (config included)