Skip to content

postazure/machine_bootstrapper

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 

Repository files navigation

Machine Bootstrapping Script

Sets up a development Machine

Usage

  1. Clone this repo
  2. Make machine-bootstap.sh executable ($ chmod +x ./machine-bootstap.sh)
  3. Run machine-bootstap.sh from the project root directory
git clone https://github.com/postazure/machine_bootstrapper.git
cd machine_bootstrapper
chmod +x ./machine_bootstrap.sh
./machine_bootstrap

After running you will need to at least do the following

  1. Set git config $ git config --global --edit
  2. Install Java Cryptography Extension

What does it do?

System Preferences

  1. Dock - Removes items, auto hide, shrinks and relocate to right side of screen
  2. KeyRepeat - Increases key repeat speed
  3. Finder - Open in list view by default

Language Support

  1. Ruby - Installs rbenv, ruby 2.4.x and bundler
  2. Java - Installs Java 1.8
  3. Node - Installs Node (and npm)
  4. PSQL - Installs Postgres, and sets the service to start at login

Editors

  1. Atom
  2. Intellij Community Edition

Applications

  1. iTerm2
  2. Google Chrome
  3. Shiftit
  4. Alfred2
  5. Screenhero

Other

  1. oh-my-zsh - Installs and configures oh-my-zsh shell, and installs plugins
  2. z - Jump Around, navigate directories
  3. git - Git Aliases
  4. compleat - Imporved auto completion
  5. common-aliases - Common terminal aliases
  6. gitignore - sets up git ignore for macOS

About

Get a dev machine up and running

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages