Forked from holman/dotfiles.
- bin/: Anything in
bin/will get added to your$PATHand be made available everywhere. - Brewfile: This is a list of applications for Homebrew Cask to install.
- topic/install.sh: Any file named
install.shis executed when you run./bootstrap. - topic/.*: Dotfiles 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./bootstrap.
Run this:
git clone https://github.com/walrusk/dotfiles.git ~/.dotfiles
cd ~/.dotfiles
./bootstrapThis will symlink the appropriate files in .dotfiles to your home directory.
Everything is configured and tweaked within ~/.dotfiles.