https://github.com/livenl/dotfiles
My personal dotfiles
https://github.com/livenl/dotfiles
alacritty dotfiles minimal neovim nvim shell tmux zshrc
Last synced: 11 months ago
JSON representation
My personal dotfiles
- Host: GitHub
- URL: https://github.com/livenl/dotfiles
- Owner: LiveNL
- License: mit
- Created: 2023-03-31T22:25:03.000Z (about 3 years ago)
- Default Branch: main
- Last Pushed: 2025-06-06T15:13:15.000Z (about 1 year ago)
- Last Synced: 2025-08-02T16:24:22.630Z (11 months ago)
- Topics: alacritty, dotfiles, minimal, neovim, nvim, shell, tmux, zshrc
- Language: Lua
- Homepage:
- Size: 940 KB
- Stars: 2
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
### dotfiles
Mostly for inspiration, requires (probably...) some manual installation at the moment.

Spotify tmux code: https://github.com/LiveNL/spotify-tmux-applescript
### Other useful settings:
##### Keyboard speed
https://apple.stackexchange.com/questions/10467/how-to-increase-keyboard-key-repeat-rate-on-os-x
```
defaults write -g InitialKeyRepeat -int 10 # normal minimum is 15 (225 ms)
defaults write -g KeyRepeat -int 1 # normal minimum is 2 (30 ms)
```