aterris / dotfiles

@holman does dotfiles

Home Page:http://zachholman.com/2010/08/dotfiles-are-meant-to-be-forked/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

get started

  1. install xcode
  2. switch to zsh
chsh -s $(which zsh)
  1. install dotfiles
git clone https://github.com/holman/dotfiles.git ~/.dotfiles
cd ~/.dotfiles
script/bootstrap

This will symlink the appropriate files in .dotfiles to your home directory. Everything is configured and tweaked within ~/.dotfiles.

  1. add git and standard aliases (automatic, but I lost these)
  2. setup Sublime config (make this automatic)
  3. hack together oh_my_zsh (make this automatic, include needed hack)
  4. setup iterm config (full screen in old mode, select colors, set toggle key, set font)
  5. xcode plugins
  6. replace spotlight with alfred
  7. add 1password license
  8. Install App Store Apps
  9. calendar and todo list setup?

update

dot

how it works

  • Brewfile: Applications to install via Brew and Cask.
  • bin/: Files will get added to your $PATH.
  • topic/*.zsh: Files will loaded into your environment.
  • topic/*.symlink: Files ending in *.symlink get symlinked into your $HOME when you run script/bootstrap.
  • topic/path.zsh: Files named path.zsh is loaded first and is expected to setup $PATH or similar.
  • topic/completion.zsh: Files named completion.zsh are loaded last and is expected to setup autocomplete.

About

@holman does dotfiles

http://zachholman.com/2010/08/dotfiles-are-meant-to-be-forked/

License:MIT License


Languages

Language:Shell 93.4%Language:AppleScript 4.0%Language:Ruby 2.5%Language:JavaScript 0.2%