Skip to content

Latest commit

 

History

History
35 lines (24 loc) · 864 Bytes

README.md

File metadata and controls

35 lines (24 loc) · 864 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

IDEA

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'