Skip to content

michaelzoidl/setup-new-macbook

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

13 Commits
 
 
 
 

Repository files navigation

Setup my new macbook

In the next days my new macbook will arrive, this is the software i've to install before i can start working on stuff.

Apps

Name Description Website Homebrew Cask
Atom Code Editor atom.io atom
iTerm2 Terminal emulator iterm2.com iterm2
Docker Virtual containers docker.com docker
Kitematic UI/Toobox for docker kitematic.com kitematic
Tower Git UI client git-tower.com tower
Bartender Organize mac menu apps macbartender.com bartender
Dropshare Private file sharing getdropsha.re dropshare
Feeds RSS Reader for menu bar feedsapp.com feeds
Fantastical Calendar app flexbits.com/fantastical fantastical
Alfred Search bar on steroids alfredapp.com alfred
Size-Up Window manager irradiatedsoftware.com/sizeup sizeup
Resilio Sync File synchronization resilio.com resilio-sync
1Password Password Manager 1password.com 1password
Spotify Music spotify.com spotify
Chrome Browser chrome.com googlechrome
Microsoft Office Word, Excel etc.. office.com microsoft-office
Slack Team Messenger slack.com slack
Postico Postgresql UI eggeraps.at/postico positco
VLC Player Video player vlc.com vlc
Adobe Creative Cloud Photoshop, Illustrator etc.. adobe.com adobe-creative-cloud

Package Manager

Name For Install
Homebrew macOS /usr/bin/ruby -e "$(curl -fsSL https://raw.githubusercontent.com/Homebrew/install/master/install)"
npm node installed with node
yarn node brew install yarn

Version Manager

Name For Website
nvm node `curl -o- https://raw.githubusercontent.com/creationix/nvm/v0.33.1/install.sh

Other

Name For Website
htop Interactive process viewer hisham.hm/htop
git Version control git-scm.com

Mac default changes

Credits to github/mathiasbynens/dotfiles

# Set sidebar icon size to small
defaults write NSGlobalDomain NSTableViewDefaultSizeMode -int 1

# Restart automatically if the computer freezes
sudo systemsetup -setrestartfreeze on

# Never go into computer sleep mode
sudo systemsetup -setcomputersleep Off > /dev/null

# Disable smart quotes as they’re annoying when typing code
defaults write NSGlobalDomain NSAutomaticQuoteSubstitutionEnabled -bool false

# Increase sound quality for Bluetooth headphones/headsets
defaults write com.apple.BluetoothAudioAgent "Apple Bitpool Min (editable)" -int 40

# Finder: show hidden files by default
defaults write com.apple.finder AppleShowAllFiles -bool true

# Disable the warning when changing a file extension
defaults write com.apple.finder FXEnableExtensionChangeWarning -bool false

# Keep folders on top when sorting by name
defaults write com.apple.finder _FXSortFoldersFirst -bool true

## SizeUp.app default change:
# Don’t show the preferences window on next start
defaults write com.irradiatedsoftware.SizeUp ShowPrefsOnNextStart -bool false

Macbook Specs

Unit Spec
CPU 3,3 GHz Dual‑Core Intel Core i7, Turbo Boost til 3,6 GHz
RAM 16 GB 2133 MHz
GPU Intel Iris Graphics 550
SSD 1 TB PCIe Basis
Display 13"

About

How i setup my new macbook

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published