CaioMatias / dotfiles

sensible hacker defaults for OS X

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Caio's dotfiles & setup

Forked from Gil's, thanks dude.

Mathias's readme is awesome. go read it.

This is a mashup between Paul Irish's dotfiles and Raúl Uranga's powerbook.

This repo is mostly for me but you're welcome to make suggestions. Fork it!

install the necessary apps

The basic setup is executed in install.sh which adds a ton of stuff: brew (node, php, mongo, python, ruby), cask and some gems, npm global packages and more.

private config

Toss it into a file called .extra which you do not commit to this repo and just keep in your ~/

## PATH like a boss
PATH=/opt/local/bin
PATH=$PATH:/opt/local/sbin
PATH=$PATH:/bin
PATH=$PATH:~/.rvm/bin
...

export PATH

Sensible OS X defaults

When setting up a new Mac, you may want to set some sensible OS X defaults:

./.osx

Overview of dotfiles

Automatic config

  • .vimrc, .vim - vim config, obv.
  • .ackrc
  • .editorconfig
  • .jshintrc
  • .jscsrc

shell environment

  • .aliases
  • .bash_profile
  • .bash_prompt
  • .bashrc
  • .exports
  • .functions
  • .extra - not included, explained above

manual run

  • setup.sh - apps I need
  • .osx - run on a fresh osx machine

git

  • .gitattributes
  • .gitconfig
  • .gitignore
  • .inputrc - config for bash readline

Installation

git clone https://github.com/caiomatias/dotfiles.git ~/.dotfiles && cd ~/.dotfiles && ./setup.sh

Also you can install the modules individually

./setup.sh module_name

Modules: apps, brew, dotfiles, fonts, npm, quicklook, rubygems and sublime

To update later on, just run the install again.

About

sensible hacker defaults for OS X


Languages

Language:Vim Script 90.5%Language:Shell 5.5%Language:Python 2.3%Language:Batchfile 0.8%Language:Vim Snippet 0.4%Language:Makefile 0.3%Language:Objective-C 0.2%Language:Ruby 0.0%