/dotfiles

Configuration for bash, vim, git, etc.

Primary LanguageShellMIT LicenseMIT

dotfiles

Configuration for bash, vim, git, etc. Pull requests welcome.

Inspired by weronica's repo, but tailored toward scientific computing in Python.

Setup

  1. Clone the repo.
$ cd $HOME
$ git clone https://github.com/aryamccarthy/dotfiles.git
$ mv dotfiles .dotfiles
$ cd .dotfiles
  1. Create symlinks.
$ make

Cleanup

To remove all symlinks, run make clean.