An open API service indexing awesome lists of open source software.

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

Awesome Lists containing this project

README

          

### dotfiles
Mostly for inspiration, requires (probably...) some manual installation at the moment.

dotfiles

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)
```