Skip to content

My Mac OS X development environment setup. Automated setup scripts for developer tools like Sublime Text, iTerm, web development, Android development, and dev-based OS X defaults.

License

Notifications You must be signed in to change notification settings

MatthijsKamstra/Mac-setup

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

88 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Mac-setup

My Mac OS X development environment setup. Automated setup scripts for developer tools like Sublime Text, iTerm, web development, Android development, and dev-based OS X defaults.

Reminder

I use this script to fully provision my development machine. There is a lot of duplicates in the scripts, I need to sort it out (or not).

Create backup

Before we can install a fresh computer, we want to backup the old settings

  • dotfiles
  • ssh
  • vscode
  • sourcetree
  • filezilla
  • sublimetext
  • brew
  • brew cask
  • npm
  • application folder
  • haxe
  • Adobe?
  • Fonts
# download everything in the download for now
cd ~/Downloads
git clone https://github.com/MatthijsKamstra/Mac-setup.git
cd Mac-setup
sh _backup_settings.sh

Prerequisites new device

I tried to minimize the manual steps as much as I could. These still remain...

  • XCode is installed (via the App Store)
  • Install Xcode from the Apple store and accept TOS
  • XCode command line tools are installed (xcode-select --install will prompt up a dialog)

That should be done with a script

it will install:

Start

Download or clone this repository.

This script starts everything, probably only useful for me

# download everything in the download for now
cd ~/Downloads
git clone https://github.com/MatthijsKamstra/Mac-setup.git
cd Mac-setup
sh install.sh

Programming fonts

For my editor I use JetBrains Mono. (https://www.jetbrains.com/lp/mono/)

My previous font was Inconsolata. (https://fonts.google.com/specimen/Inconsolata)

Source if you want to choose your own:

Resources:

Inspiration for the-mac-setup:

hu?

killall Dock

About

My Mac OS X development environment setup. Automated setup scripts for developer tools like Sublime Text, iTerm, web development, Android development, and dev-based OS X defaults.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published