|
|
%!s(int64=9) %!d(string=hai) anos | |
|---|---|---|
| automator-scripts | %!s(int64=9) %!d(string=hai) anos | |
| dotbot @ 5babc8f562 | %!s(int64=9) %!d(string=hai) anos | |
| external | %!s(int64=9) %!d(string=hai) anos | |
| nvim | %!s(int64=9) %!d(string=hai) anos | |
| themes | %!s(int64=11) %!d(string=hai) anos | |
| .gitignore | %!s(int64=10) %!d(string=hai) anos | |
| .gitmodules | %!s(int64=9) %!d(string=hai) anos | |
| DefaultKeyBinding.dict | %!s(int64=11) %!d(string=hai) anos | |
| README.md | %!s(int64=10) %!d(string=hai) anos | |
| ctags | %!s(int64=10) %!d(string=hai) anos | |
| install | %!s(int64=9) %!d(string=hai) anos | |
| install.conf.yaml | %!s(int64=9) %!d(string=hai) anos | |
| nvimrc | %!s(int64=9) %!d(string=hai) anos | |
| ycm_extra_conf.py | %!s(int64=10) %!d(string=hai) anos | |
| zpreztorc | %!s(int64=9) %!d(string=hai) anos | |
| zprofile | %!s(int64=9) %!d(string=hai) anos | |
| zsh_local_example | %!s(int64=10) %!d(string=hai) anos | |
| zshrc | %!s(int64=9) %!d(string=hai) anos |
I am just symlinking all the neccessary dotfiles to this repo.
The file .zsh_local, referenced in .zshrc defines the username (for displaying in OH-MY-ZSH, for example).
An example for the local configurations is given in .zsh_local_example.
There are some other tweaks for OSX, I do not want to miss:
defaults write -g ApplePressAndHoldEnabled -bool falsedefaults write NSGlobalDomain KeyRepeat -int 1defaults write -g InitialKeyRepeat -int 10The changes take effect after a logout.