Skip to content

Latest commit

 

History

History
36 lines (25 loc) · 879 Bytes

README.md

File metadata and controls

36 lines (25 loc) · 879 Bytes

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:

Chrome extensions

  • uBlock
  • Bitwarden
  • Bonjourr
  • LanguageTool

IDEA

Some scripting

  • Zsh plugins: plugins=(git dotenv autojump macos)
  • Git git config --global user.email '[email protected]' and git config --global user.name 'Eduards Sizovs'