|
|
5 anni fa | |
|---|---|---|
| automator-scripts | 9 anni fa | |
| dotbot | 5 anni fa | |
| external | 5 anni fa | |
| iterm | 8 anni fa | |
| nvim | 5 anni fa | |
| scripts | 5 anni fa | |
| themes | 11 anni fa | |
| .gitignore | 7 anni fa | |
| .gitmodules | 5 anni fa | |
| DefaultKeyBinding.dict | 11 anni fa | |
| README.md | 6 anni fa | |
| Xmodmap | 5 anni fa | |
| clang-format | 8 anni fa | |
| ctags | 7 anni fa | |
| flake8 | 7 anni fa | |
| gitignore_global | 5 anni fa | |
| imgcat | 5 anni fa | |
| install | 8 anni fa | |
| install.conf.yaml | 5 anni fa | |
| install_arch.conf.yaml | 6 anni fa | |
| install_e5.conf.yaml | 5 anni fa | |
| install_osx.conf.yaml | 5 anni fa | |
| iterm-profiles.json | 5 anni fa | |
| latexmkrc | 7 anni fa | |
| nvimrc | 5 anni fa | |
| osx_startup_script.sh | 7 anni fa | |
| p10k.zsh | 5 anni fa | |
| task.theme | 7 anni fa | |
| taskrc | 5 anni fa | |
| tmux.conf | 5 anni fa | |
| xinitrc | 6 anni fa | |
| ycm_extra_conf.py | 10 anni fa | |
| zlogin | 5 anni fa | |
| zsh_local_e5 | 5 anni fa | |
| zsh_local_example | 10 anni fa | |
| zsh_local_osx | 5 anni fa | |
| zshrc | 5 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 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.