|
|
6 anni fa | |
|---|---|---|
| automator-scripts | 9 anni fa | |
| dotbot @ a836261d02 | 9 anni fa | |
| external | 6 anni fa | |
| iterm | 8 anni fa | |
| nvim | 6 anni fa | |
| scripts | 9 anni fa | |
| themes | 11 anni fa | |
| .gitignore | 7 anni fa | |
| .gitmodules | 6 anni fa | |
| DefaultKeyBinding.dict | 11 anni fa | |
| README.md | 7 anni fa | |
| clang-format | 8 anni fa | |
| ctags | 7 anni fa | |
| flake8 | 7 anni fa | |
| gitignore_global | 7 anni fa | |
| imgcat | 9 anni fa | |
| install | 8 anni fa | |
| install.conf.yaml | 6 anni fa | |
| install_arch.conf.yaml | 8 anni fa | |
| install_osx.conf.yaml | 7 anni fa | |
| latexmkrc | 7 anni fa | |
| nvimrc | 6 anni fa | |
| osx_startup_script.sh | 7 anni fa | |
| task.theme | 7 anni fa | |
| tmux.conf | 7 anni fa | |
| xinitrc | 8 anni fa | |
| ycm_extra_conf.py | 10 anni fa | |
| zpreztorc | 6 anni fa | |
| zprofile | 9 anni fa | |
| zsh_local_example | 10 anni fa | |
| zshrc | 6 anni fa |
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