https://github.com/zegervdv/dotfiles
Configuration files
https://github.com/zegervdv/dotfiles
chezmoi
Last synced: about 1 year ago
JSON representation
Configuration files
- Host: GitHub
- URL: https://github.com/zegervdv/dotfiles
- Owner: zegervdv
- Created: 2014-02-23T16:28:54.000Z (over 12 years ago)
- Default Branch: master
- Last Pushed: 2025-04-28T17:48:32.000Z (about 1 year ago)
- Last Synced: 2025-04-30T22:16:07.247Z (about 1 year ago)
- Topics: chezmoi
- Language: Lua
- Homepage:
- Size: 872 KB
- Stars: 1
- Watchers: 3
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# 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']"
```