Mercurial > dotfiles
annotate README.md @ 526:793a6f9bc2cf
Automatically install Treesitter parsers
author | zegervdv <zegervdv@me.com> |
---|---|
date | Sun, 16 Jan 2022 11:09:37 +0100 |
parents | fcce9931d4f6 |
children | 5cceedc51955 |
rev | line source |
---|---|
392
475213c1ca35
Add README with kitty install instructions
zegervdv <zegervdv@me.com>
parents:
diff
changeset
|
1 # dotfiles |
475213c1ca35
Add README with kitty install instructions
zegervdv <zegervdv@me.com>
parents:
diff
changeset
|
2 |
419 | 3 ## Nonicons |
4 | |
5 Install [nonicons](https://github.com/yamatsum/nonicons/raw/master/dist/nonicons.ttf) | |
392
475213c1ca35
Add README with kitty install instructions
zegervdv <zegervdv@me.com>
parents:
diff
changeset
|
6 |
475213c1ca35
Add README with kitty install instructions
zegervdv <zegervdv@me.com>
parents:
diff
changeset
|
7 ## Kitty installation |
475213c1ca35
Add README with kitty install instructions
zegervdv <zegervdv@me.com>
parents:
diff
changeset
|
8 |
475213c1ca35
Add README with kitty install instructions
zegervdv <zegervdv@me.com>
parents:
diff
changeset
|
9 Install script: |
475213c1ca35
Add README with kitty install instructions
zegervdv <zegervdv@me.com>
parents:
diff
changeset
|
10 ``` |
475213c1ca35
Add README with kitty install instructions
zegervdv <zegervdv@me.com>
parents:
diff
changeset
|
11 curl -L https://sw.kovidgoyal.net/kitty/installer.sh | sh /dev/stdin |
475213c1ca35
Add README with kitty install instructions
zegervdv <zegervdv@me.com>
parents:
diff
changeset
|
12 ``` |
475213c1ca35
Add README with kitty install instructions
zegervdv <zegervdv@me.com>
parents:
diff
changeset
|
13 |
475213c1ca35
Add README with kitty install instructions
zegervdv <zegervdv@me.com>
parents:
diff
changeset
|
14 ### Ubuntu: set default terminal |
475213c1ca35
Add README with kitty install instructions
zegervdv <zegervdv@me.com>
parents:
diff
changeset
|
15 ``` |
393
68c3caec0425
Fix update-alternatives commmand
Zeger Van de Vannet <zegervdv@me.com>
parents:
392
diff
changeset
|
16 sudo update-alternatives --install /usr/bin/x-terminal-emulator x-terminal-emulator ~/.local/kitty.app/bin/kitty 50 |
392
475213c1ca35
Add README with kitty install instructions
zegervdv <zegervdv@me.com>
parents:
diff
changeset
|
17 sudo update-alternatives --config x-terminal-emulator |
475213c1ca35
Add README with kitty install instructions
zegervdv <zegervdv@me.com>
parents:
diff
changeset
|
18 ``` |
476
fcce9931d4f6
Add CAPS lock remap config for ubuntu
zegervdv <zegervdv@me.com>
parents:
419
diff
changeset
|
19 |
fcce9931d4f6
Add CAPS lock remap config for ubuntu
zegervdv <zegervdv@me.com>
parents:
419
diff
changeset
|
20 ### Ubuntu: remap CAPS LOCK |
fcce9931d4f6
Add CAPS lock remap config for ubuntu
zegervdv <zegervdv@me.com>
parents:
419
diff
changeset
|
21 ``` |
fcce9931d4f6
Add CAPS lock remap config for ubuntu
zegervdv <zegervdv@me.com>
parents:
419
diff
changeset
|
22 dconf write /org/gnome/desktop/input-sources/xkb-options "['ctrl:nocaps']" |
fcce9931d4f6
Add CAPS lock remap config for ubuntu
zegervdv <zegervdv@me.com>
parents:
419
diff
changeset
|
23 ``` |