Mac
Recipes
Restart sound service
sudo kill -9 `ps ax|grep 'coreaudio[a-z]' | awk '{print $1}'`
BREW install any version of everything(method from link does not work anymore)1. git clone the homebrew github repo 2. git log and find the commit where the formula of the desired application was bumped to the desired version 3. git checkout that commit 4. brew install $PATH_IN_THE_FILESYSTEM_TO_THE_FORMULA/$APPLICATION.rb brew install Formula/protobuf.rb brew link --force --overwrite protobuf protoc --version // worked on 14.12.22
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?