aryamccarthy / dotfiles

Configuration for bash, vim, git, etc.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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.

About

Configuration for bash, vim, git, etc.

License:MIT License


Languages

Language:Shell 85.1%Language:Vim Script 10.6%Language:Makefile 4.3%