- nix: https://github.com/NixOS/nixpkgs
- homebrew: https://brew.sh/
- fluid: https://fluidapp.com/
- alfred4: https://www.alfredapp.com/
- keytty: https://keytty.com/
- amethyst: https://ianyh.com/amethyst/
- vimac: https://vimacapp.com/
- be careful of the default binding,
C-j
overtakes the key from https://github.com/christoomey/vim-tmux-navigator - it is now Homerow
- be careful of the default binding,
- justfocus: https://apps.apple.com/us/app/just-focus/id1142151959?mt=12
- unsplash wallpapers: https://apps.apple.com/us/app/unsplash-wallpapers/id1284863847?mt=12
- noisli: https://www.noisli.com/
- secretive: https://github.com/maxgoedjen/secretive
- postman: https://www.getpostman.com/
- docker for mac: https://docs.docker.com/docker-for-mac/
- multipass: https://multipass.run/
- it also has status bar UI like docker for mac
- rocket: https://matthewpalmer.net/rocket/
- jetbrains mono: https://www.jetbrains.com/lp/mono/
- https://www.reddit.com/r/MacOS/comments/hxbw6s/til_you_can_use_touch_id_instead_of_your_password/
- https://andre.arko.net/2020/07/10/sudo-with-touchid-and-apple-watch-even-inside-tmux/
- https://www.hein.dev/blog/2020/01/using-touchid-tmux-pam_reattach/
- https://github.com/fabianishere/pam_reattach
- https://gist.github.com/bulletinmybeard/fa17ad819e23f3d8629aa723982d4703
https://github.com/maxgoedjen/secretive
both as a client or server
Turn this option on, Prevent automatic sleeping on power adapter when the display is off
- https://apple.stackexchange.com/a/452273/368485
Go to https://gist.github.com/ryuheechul/3918366306f6b7f02c250dcb0cbee4ec#file-self-vnc-md
-- copied from https://apple.stackexchange.com/a/434000/368485 and edited
tell application "System Events"
tell application process "Control Center"
click (first menu bar item of menu bar 1 ¬
whose value of attribute "AXIdentifier" is "com.apple.menuextra.user")
click (first button of window "Control Center" whose name is "Target User Name")
end tell
end tell
-- Copy and paste this into at Run AppleScript on Shortcuts and change the name for the target user
there is also a note for Windows