This is how I setup a new Macbook.
Most apps are listed in the Brewfile
. Install via:
brew bundle
Not all apps are available on App Store or Homebrew and some of them must be installed manually:
- uBlock
- Bitwarden
- Bonjourr
- Material Theme (Dracula): https://plugins.jetbrains.com/plugin/8006-material-theme-ui
- Nyan Progress bar: https://plugins.jetbrains.com/plugin/8575-nyan-progress-bar
- Fira Code font + Ligatures on.
- AceJump
- Key Promoter X
- Zsh plugins:
plugins=(git dotenv autojump macos)
- Git
git config --global user.email 'eduards@sizovs.net'
andgit config --global user.name 'Eduards Sizovs'