Mac
Recipes
Restart sound service
BREW install any version of everything(method from link does not work anymore)
Fresh mac configuration
create user, connect to wifi
language settings
Raycast (shortcut to everything)
chrome
KeepassXC (password manager)
midnight-commander (or ranger)
iterm2 OR Warp
"iTerm → Preferences → Profiles → Keys → Key mappings → Presets... → Natural Text Editing
echo "syntax on" >> .vimrc
echo "colorscheme blue" >> .vimrc
fzf (useful search, cd)
❔ctop (monitor for docker containers)
❔bat (better cat cli)
exa (better ls)
development:
Intellij IDEA
import settings as zip
Plugin: https://explyt.com (Spring support for CE)
Plugin: https://jpa-buddy.com/
Plugin: https://amplicode.ru/
sdkman (different sdk manager)
gradle
mise (same as sdkman but for e.g. python, nodejs)
Github cli (brew)
custom tool configurations:
vpn
docker settings
gradle settings
There is so called dynamic documentation, I did not use it, but may look promising LINK (kandswitch.com/potluck)
Useful script to make all configuration automated LINK
Last updated
Was this helpful?