|
|
há 5 anos atrás | |
|---|---|---|
| automator-scripts | há 9 anos atrás | |
| dotbot | há 9 anos atrás | |
| external | há 5 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á 6 anos atrás | |
| Xmodmap | há 5 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á 5 anos atrás | |
| imgcat | há 5 anos atrás | |
| install | há 8 anos atrás | |
| install.conf.yaml | há 5 anos atrás | |
| install_arch.conf.yaml | há 6 anos atrás | |
| install_e5.conf.yaml | há 5 anos atrás | |
| install_osx.conf.yaml | há 5 anos atrás | |
| iterm-profiles.json | há 5 anos atrás | |
| latexmkrc | há 7 anos atrás | |
| nvimrc | há 5 anos atrás | |
| osx_startup_script.sh | há 7 anos atrás | |
| p10k.zsh | há 5 anos atrás | |
| task.theme | há 7 anos atrás | |
| taskrc | há 6 anos atrás | |
| tmux.conf | há 5 anos atrás | |
| xinitrc | há 6 anos atrás | |
| ycm_extra_conf.py | há 10 anos atrás | |
| zprofile | há 5 anos atrás | |
| zsh_local_e5 | há 5 anos atrás | |
| zsh_local_example | há 10 anos atrás | |
| zsh_local_osx | há 5 anos atrás | |
| zshrc | há 5 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 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.