alialkhatib / dotfiles2

.files, including ~/.osx — sensible hacker defaults for OS X

Home Page:https://mths.be/dotfiles

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Readme (or don't)

This repository has been pretty substantially modified and some things might not work, but the gist is that you should only need to run bootstrap.sh. that'll:

  • install homebrew
  • replace .bash* and .vim configuration files (it'll rm them, so watch out!)
  • do some .ssh config stuff (you'll still need to do ssh-keygen stuff yourself, which i don't bother to handle here)
  • tap a bunch of homebrew taps
  • install Caskroom
  • install homebrew formulas
  • install caskroom formulas
  • install oh-my-zsh (and link that stuff)
  • symlinks sublime text 3 packages from here into their respective paths*
  • download and install vim pathogen
  • run .osx

bear in mind that for this to work, you should:

  1. have done ssh-keygen generation stuff already
  2. have installed and run sublime text 3 at least once.

okay that's it i think. let me know if all your shit breaks.

About

.files, including ~/.osx — sensible hacker defaults for OS X

https://mths.be/dotfiles

License:MIT License


Languages

Language:Shell 48.5%Language:Vim Script 43.4%Language:Ruby 8.1%