|
|
há 6 anos atrás | |
|---|---|---|
| automator-scripts | há 9 anos atrás | |
| dotbot @ a836261d02 | há 9 anos atrás | |
| external | há 6 anos atrás | |
| iterm | há 8 anos atrás | |
| nvim | há 6 anos atrás | |
| scripts | há 9 anos atrás | |
| themes | há 11 anos atrás | |
| .gitignore | há 7 anos atrás | |
| .gitmodules | há 6 anos atrás | |
| DefaultKeyBinding.dict | há 11 anos atrás | |
| README.md | há 7 anos atrás | |
| clang-format | há 8 anos atrás | |
| ctags | há 7 anos atrás | |
| flake8 | há 7 anos atrás | |
| gitignore_global | há 7 anos atrás | |
| imgcat | há 9 anos atrás | |
| install | há 8 anos atrás | |
| install.conf.yaml | há 6 anos atrás | |
| install_arch.conf.yaml | há 8 anos atrás | |
| install_osx.conf.yaml | há 7 anos atrás | |
| latexmkrc | há 7 anos atrás | |
| nvimrc | há 6 anos atrás | |
| osx_startup_script.sh | há 7 anos atrás | |
| task.theme | há 7 anos atrás | |
| tmux.conf | há 7 anos atrás | |
| xinitrc | há 8 anos atrás | |
| ycm_extra_conf.py | há 10 anos atrás | |
| zpreztorc | há 6 anos atrás | |
| zprofile | há 9 anos atrás | |
| zsh_local_example | há 10 anos atrás | |
| zshrc | há 6 anos atrás |
Using dotbot its awesome.
I'm using a fork (of a fork of a fork) of instant-markdown-d which uses KaTeX
for maths (and has the upstream up to date):
npm install -g git+https://github.com/bixel/instant-markdown-d.git
There are some other tweaks for OSX, I do not want to miss:
Enabling and setting key-repeat and initial key-repeat rates via
defaults write -g ApplePressAndHoldEnabled -bool false
defaults write NSGlobalDomain KeyRepeat -int 1
defaults write -g InitialKeyRepeat -int 10
The changes take effect after a logout.
To properly activate autocompletion, I need to run
rm ~/.zcompdump
compinit
Weirdly, this reported "compinit: insecure directories". After a few tries, it "just worked"... If this is not the case, this github issue might help.
git
:Glog, :cc, :cn, every other quickfix
nav