https://github.com/sizovs/mac
👨💻 Here is how @sizovs sets up his Macbook
https://github.com/sizovs/mac
macbook macbook-configuration macbook-setup macos
Last synced: 8 months ago
JSON representation
👨💻 Here is how @sizovs sets up his Macbook
- Host: GitHub
- URL: https://github.com/sizovs/mac
- Owner: sizovs
- Created: 2019-08-14T16:00:32.000Z (almost 7 years ago)
- Default Branch: master
- Last Pushed: 2025-06-27T09:24:41.000Z (12 months ago)
- Last Synced: 2025-10-12T11:16:33.006Z (8 months ago)
- Topics: macbook, macbook-configuration, macbook-setup, macos
- Language: Ruby
- Homepage: https://sizovs.net
- Size: 137 KB
- Stars: 8
- Watchers: 1
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Introduction
This is how I setup a new Macbook.
### Brewfile
Most apps are listed in the `Brewfile`. Install via:
```
brew bundle
```
### Manual installation
Not all apps are available on App Store or Homebrew and some of them must be installed manually:
- [SDKMAN](https://sdkman.io/)
- [Oh My Zsh](https://ohmyz.sh/) + [Dracula theme](https://draculatheme.com/iterm)
### Alfred Workflows
- [Snippets (The Alfred Emoji Pack)](https://github.com/amebalabs/TRex/raw/main/Resources/TRex.alfredworkflow)
### Chrome extensions
- uBlock
- Bitwarden
- Bonjourr
- LanguageTool
### IDEA
- 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
### VS Code
- 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
### Some scripting
- Zsh plugins: `plugins=(git dotenv autojump macos)`
- Git `git config --global user.email 'eduards@sizovs.net'` and `git config --global user.name 'Eduards Sizovs'`