|
|
пре 10 месеци | |
|---|---|---|
| dotbot | пре 2 година | |
| external | пре 1 година | |
| nvim | пре 4 година | |
| scripts | пре 10 месеци | |
| themes | пре 11 година | |
| .gitignore | пре 7 година | |
| .gitmodules | пре 1 година | |
| DefaultKeyBinding.dict | пре 11 година | |
| README.md | пре 2 година | |
| clang-format | пре 8 година | |
| coc-extensions.json | пре 1 година | |
| ctags | пре 4 година | |
| flake8 | пре 7 година | |
| gitignore_global | пре 2 година | |
| imgcat | пре 5 година | |
| install | пре 8 година | |
| install.conf.yaml | пре 10 месеци | |
| iterm-profiles.json | пре 2 година | |
| nvimrc | пре 10 месеци | |
| p10k.zsh | пре 2 година | |
| sheldon-plugins.toml | пре 10 месеци | |
| task.theme | пре 7 година | |
| taskrc-dark | пре 10 месеци | |
| taskrc-light | пре 10 месеци | |
| tmux.conf | пре 3 година | |
| zlogin | пре 5 година | |
| zsh_local_example | пре 10 година | |
| zshrc | пре 10 месеци |
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.
Remap ESC and CAPSLOCK keys
sudo defaults read com.apple.loginwindow || sudo defaults write com.apple.loginwindow LoginHook $PWD/osx_startup_script.sh && sudo ./osx_startup_script.sh
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.
These should be fine, as per man pmset
sudo pmset -b hibernatemode 25 standbydelaylow 600 standbydelayhigh 1200
Thanks to some medium article
security add-generic-password -a "$USER" -s 'name_of_your_key' -w 'passphrase'
and
security find-generic-password -a "$USER" -s 'name_of_your_key' -w