Skip to content

Commit

Permalink
Added dotfiles.sh which configures *nix systems. However, it must be …
Browse files Browse the repository at this point in the history
…copied to an executable location like /usr/bin and made executable before it will run.
  • Loading branch information
markcapaldi committed Oct 27, 2012
1 parent d0669f1 commit 5d91f1c
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions dotfiles.sh
@@ -0,0 +1,7 @@
#!/bin/bash

ln -s -f ~/dotfiles/.bash_profile ~/.bash_profile
ln -s -F ~/dotfiles/.vim ~/.vim
ln -s -f ~/dotfiles/.vimrc ~/.vimrc
ln -s -f ~/dotfiles/.gitconfig ~/.gitconfig
ln -s -f ~/dotfiles/.gitignore ~/.gitignore

0 comments on commit 5d91f1c

Please sign in to comment.