1Password
Homebrew
> sudo /bin/bash -c "$(curl -fsSL https://raw.githubusercontent.com/Homebrew/install/HEAD/install.sh)"
Solution for access issues
> sudo chown -R $(whoami) /usr/local/var
> chmod u+w /usr/local/var
iTerm
Arrow keys navigation setup
- Go to Preferences, Profile, Keys.
- Set your left ⌥ key to act as an escape character.
- Locate the current shortcut for ⌥ ← or create a new one, with the following settings:
- Keyboard Shortcut: ⌥←
- Action: Send Escape Sequence
- Esc+: b
- repeat for the ⌥→ keyboard shortcut with the following settings:
- Keyboard Shortcut: ⌥→
- Action: Send Escape Sequence
- Esc+: f
https://superuser.com/questions/427163/altarrow-moving-between-words-in-zsh-and-iterm2
Terminal colors
> touch ~/.profile
> echo "export CLICOLOR=1" > .profile
> echo "export LSCOLORS=ExGxBxDxCxEgEdxbxgxcxd" >> .profile
> . ~/.profile
https://geoff.greer.fm/lscolors/
Git
> brew install git
Oh my Posh
> brew tap jandedobbeleer/oh-my-posh
> mkdir ~/.poshthemes
> cp /usr/local/opt/oh-my-posh/themes/paradox.omp.json ~/.poshthemes
> eval "$(oh-my-posh --init --shell zsh --config ~/.poshthemes/paradox.omp.json)"
> source ~/.zshrc
Visual Studio Code
https://code.visualstudio.com/docs/setup/mac
Maccy
https://github.com/p0deje/Maccy
AltTab
https://alt-tab-macos.netlify.app/
https://github.com/lwouis/alt-tab-macos