/dotfiles

Daniel does dotfiles.

Primary LanguageShellApache License 2.0Apache-2.0

Daniel does dotfiles

Getting started

Requirements

Clone the repository and change into the dotfiles directory.

git clone git@github.com:unfunco/dotfiles.git
cd dotfiles

Install Homebrew to for package management.

/bin/bash -c "$(curl -fsSL https://raw.githubusercontent.com/Homebrew/install/master/install.sh)"

Install dependencies with Homebrew.

brew bundle install

Dotfiles are managed with rcm. The following command will symbolically link the files in the repository home directory to your operating system home directory and will prefix filenames with a period so that they're hidden. This allows dotfiles to be edited in place and committed.

rcup -d home -v

License

Copyright © 2016 Daniel Morris
Made available under the terms of the Apache License, Version 2.0.