|
|
il y a 5 ans | |
|---|---|---|
| automator-scripts | il y a 9 ans | |
| dotbot @ a836261d02 | il y a 9 ans | |
| external | il y a 6 ans | |
| iterm | il y a 8 ans | |
| nvim | il y a 6 ans | |
| scripts | il y a 9 ans | |
| themes | il y a 11 ans | |
| .gitignore | il y a 7 ans | |
| .gitmodules | il y a 6 ans | |
| DefaultKeyBinding.dict | il y a 11 ans | |
| README.md | il y a 6 ans | |
| Xmodmap | il y a 5 ans | |
| clang-format | il y a 8 ans | |
| ctags | il y a 7 ans | |
| flake8 | il y a 7 ans | |
| gitignore_global | il y a 5 ans | |
| imgcat | il y a 9 ans | |
| install | il y a 8 ans | |
| install.conf.yaml | il y a 6 ans | |
| install_arch.conf.yaml | il y a 6 ans | |
| install_osx.conf.yaml | il y a 6 ans | |
| iterm-profiles.json | il y a 6 ans | |
| latexmkrc | il y a 7 ans | |
| nvimrc | il y a 5 ans | |
| osx_startup_script.sh | il y a 7 ans | |
| task.theme | il y a 7 ans | |
| taskrc | il y a 6 ans | |
| tmux.conf | il y a 5 ans | |
| xinitrc | il y a 6 ans | |
| ycm_extra_conf.py | il y a 10 ans | |
| zpreztorc | il y a 6 ans | |
| zprofile | il y a 9 ans | |
| zsh_local_example | il y a 10 ans | |
| zshrc | il y a 5 ans |
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 macOS, 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. Warning If you want to present a slideshow with these settings enabled, you'll have a nightmate using most presenters.
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.