Skip to content

Instantly share code, notes, and snippets.

@dmgallardo
Last active August 19, 2016 03:18
Show Gist options
  • Save dmgallardo/5e9f3550c3d1f4eb5e92a30cde9acf6a to your computer and use it in GitHub Desktop.
Save dmgallardo/5e9f3550c3d1f4eb5e92a30cde9acf6a to your computer and use it in GitHub Desktop.
Mac web developer apps - New Machine

Mac web developer apps - New Machine

Dotfiles

https://github.com/balupton/dotfiles

Git Setup

git config --global user.name "Diego Gallardo"
git config --global user.email "diego@endeev.com"
git config --global github.user diego

SSH Key Generation

Configuration

  • Trackpad
    • point and click
      • speed 4th from left
      • all options on except for three finger drag
    • scroll and zoom
      • all options on
    • gestures
      • all on except swipe between pages
  • Accessibility
    • double-click speed: 3rd from right
    • Ctrl+scroll for zoom
  • Dictation
    • Voice: Alison
  • Network
    • DHCP

Setup

# Install Command Line Tools (after this restart computer) (Xcode no longer needed for this)
xcode-select --install

# Install stuff 

## Install homebrew
/usr/bin/ruby -e "$(curl -fsSL https://raw.githubusercontent.com/Homebrew/install/master/install)"

## Install composer
curl -sS https://getcomposer.org/installer | php
sudo mv composer.phar /usr/local/bin/
vim ~/.bash_profile
alias composer="php /usr/local/bin/composer.phar"



https://www.abeautifulsite.net/installing-composer-on-os-x

Apps

Mac App Store:

Dev Apps:

  • Docker

  • iTerm2 Terminal replacement with tabs, split panes, and other goodies.

  • oh-my-zsh terminal plugin customised my prompt big time.

  • Sequel Pro for mysql access.

  • Sublime Text for text editing.

  • Homebrew for repository installing of items.

  • Mou.app Markdown editor.

  • VirtualBox Cross platform Virtual Machine. Free and works very well and snappy.

  • Pixelmator Quick, easy to use image editor. Not a photoshop replacement but I use it a lot for quick stuff and optimizing.

  • ImageOptim Best image optimizer i've seen for any system. No idea how it works so well.

  • Java for OS X 2015-001 Java for OSX used on Webstorm and PHP Storm.

  • Hipchat Internal Company Chat tool

  • NodeJs Install latest stable version, because in most servers this will be the production version.

Third Party:

Safari Extensions:

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment