Skip to content
forked from kt5356/dotfiles

Automagically configure OSX, terminal config, and dev environment, all in one command.

Notifications You must be signed in to change notification settings

bibs15109/dotfiles

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

26 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

dotfiles

My personal configuration for OSX, terminal setup, and dev environment.

config.sh

Automatigically configure a new Mac in one command, out of the box, with no prerequisites.

Pulled a ton of stuff from my own research, but a lot of the OSX config comes from these two:

Mathis Byens's dotfiles

OSX for Hackers

Installation:

BACKUP your files.

This script will not remove anything (except pesky ImageCapture.app) on your computer, but it will overwrite some things you may have configured.

I recommend a full time machine backup for your system just in case, but at the very least you should backup your current dotfiles (.bashrc, .vimrc, .bash_profile, etc.). These will all be overwritten if you run config.sh without customization. See the step below for exactly what gets configured.

READ the configure script before you attempt anything.

I don't take responsibility for anything that happens to your machine.

BACK UP YOUR MACHINE! YOU HAVE BEEN WARNED.

Customization

If for any reason you don't like what a line does, aren't sure what it will do, or otherwise have any concerns, simply fork this repo and comment it out.

To Install:

Simply copy and paste into Terminal. Sit back and enjoy.

curl -L https://raw.githubusercontent.com/kevinschaich/dotfiles/master/config.sh | sh

About

Automagically configure OSX, terminal config, and dev environment, all in one command.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Python 51.3%
  • CoffeeScript 38.5%
  • CSS 3.4%
  • C 2.9%
  • Shell 2.6%
  • PowerShell 0.2%
  • Other 1.1%