An open API service indexing awesome lists of open source software.

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

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'`