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
- LanguageTool
- Material Theme (Dracula): https://plugins.jetbrains.com/plugin/8006-material-theme-ui
- Nyan Progress bar: https://plugins.jetbrains.com/plugin/8575-nyan-progress-bar
- Dank Mono Nerd Font + Ligatures on.
- AceJump
- Key Promoter X
- OM Theme (Dracula Italic): https://marketplace.visualstudio.com/items?itemName=omthemes.omthemes
- Bearded Icons: https://marketplace.visualstudio.com/items?itemName=BeardedBear.beardedicons
- Dank Mono Nerd Font
- Zsh plugins:
plugins=(git dotenv autojump macos)
- Git
git config --global user.email '[email protected]'
andgit config --global user.name 'Eduards Sizovs'