Skip to content

mikedoubintchik/mac-osx-setup

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

17 Commits
 
 

Repository files navigation

Mac OS X Computer Setup

This is my setup for Mac OS X. Both development and general use.

Applications

General

Development

Development Environment

Useful Commands

  • Show hidden files in Finder: defaults write com.apple.Finder AppleShowAllFiles true && killall Finder
  • Install PIP - curl https://bootstrap.pypa.io/get-pip.py -o get-pip.py && python get-pip.py
  • Install Homebrew - /bin/bash -c "$(curl -fsSL https://raw.githubusercontent.com/Homebrew/install/master/install.sh)"
  • Install WGET - brew install wget

About

This is my development setup for Mac OS X

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors