Mercurial > dotfiles
view README.md @ 1072:240d435b7443
feat: remove "current" keyword from stack state when the change is orphaned
author | Zeger Van de Vannet <zeger@vandevan.net> |
---|---|
date | Mon, 10 Feb 2025 17:55:14 +0100 |
parents | 5cceedc51955 |
children |
line wrap: on
line source
# dotfiles ## Nonicons Install [nonicons](https://github.com/yamatsum/nonicons/raw/master/dist/nonicons.ttf) ## Kitty installation Install script: ``` curl -L https://sw.kovidgoyal.net/kitty/installer.sh | sh /dev/stdin ``` ### Ubuntu: set default terminal ``` sudo update-alternatives --install /usr/bin/x-terminal-emulator x-terminal-emulator ~/.local/kitty.app/bin/kitty 50 sudo update-alternatives --config x-terminal-emulator ``` ### Ubuntu: remap CAPS LOCK ``` dconf write /org/gnome/desktop/input-sources/xkb-options "['ctrl:nocaps']" ```