trishume / dotfiles

My dotfiles for Linux and Mac.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Tristan does dotfiles

Based off of holman/dotfiles and spf13-vim

These may not immediately work on your system because of the assumption that you organize things in a folder called ~/Box like I do. If you change these paths things should work.

components

There's a few special files in the hierarchy.

  • bin/: Anything in bin/ will get added to your $PATH and be made available everywhere.
  • topic/*.zsh: Any files ending in .zsh get loaded into your environment.
  • topic/*.symlink: Any files ending in *.symlink get symlinked into your $HOME. This is so you can keep all of those versioned in your dotfiles but still keep those autoloaded files in your home directory. These get symlinked in when you run rake install.
  • topic/*.completion.sh: Any files ending in completion.sh get loaded last so that they get loaded after we set up zsh autocomplete functions.

add-ons

There are a few things I use to make my life awesome. They're not a required dependency, but if you install them they'll make your life a bit more like a bubble bath.

  • If you want some more colors for things like ls, install grc: brew install grc.
  • If you install the excellent rvm to manage multiple rubies, your current branch will show up in the prompt. Bonus.

About

My dotfiles for Linux and Mac.

License:MIT License


Languages

Language:Shell 51.5%Language:Emacs Lisp 15.7%Language:Ruby 14.7%Language:Lua 8.4%Language:Python 6.0%Language:C 2.9%Language:AppleScript 0.5%Language:Makefile 0.1%