Skip to content

Latest commit

 

History

History
17 lines (11 loc) · 350 Bytes

README.md

File metadata and controls

17 lines (11 loc) · 350 Bytes

.dotfiles

This is a collection of my dotfiles with some added organization. Peruse, you may find something useful.

Usage

Clone this repository to your new machine and symlink the correct files, like so:

ln -s ~/.dotfiles/.bash_profile ~/.bash_profile

Then be sure to source your new profile:

source ~/.bash_profile