Mercurial > dotfiles
view README.md @ 1059:7d9ba468d4d0
feat: use own forked repo for helix
author | Zeger Van de Vannet <zeger@vandevan.net> |
---|---|
date | Sun, 15 Sep 2024 17:55:54 +0200 |
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']" ```