sgringwe / dotfiles

Personal configuration options

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Dotfiles

Various configeration files set to my tastes (and some things from others).

If you're on a new machine, run setup.sh and the configs and environment will be set up according to which system you run (only OSX and Arch Linux are supported at this time).

Using

Make sure homebrew is installed and brew command can run.

Clone repository into ~/.dotfiles. Location is important - the script depends on it.

Run ./setup.sh

Add this to bashrc:

export PATH="$HOME/.dotfiles/bin:$PATH"

About

Personal configuration options


Languages

Language:Shell 97.2%Language:Ruby 2.8%