From 73573a7bfc902994a37e03e492dae82d5d181533 Mon Sep 17 00:00:00 2001 From: Luke Shumaker Date: Sun, 27 Nov 2011 18:01:11 -0500 Subject: .bootstrap.min.sh is a script to get a minimal acceptable environment for me. --- .bootstrap.min.sh | 7 +++++++ 1 file changed, 7 insertions(+) create mode 100644 .bootstrap.min.sh diff --git a/.bootstrap.min.sh b/.bootstrap.min.sh new file mode 100644 index 0000000..eed85b5 --- /dev/null +++ b/.bootstrap.min.sh @@ -0,0 +1,7 @@ +#!/bin/sh + +files='.bashrc .bash_aliases .gitconfig .profile' +for file in $files; do + rm -f $file + wget http://gitorious.org/lukeshu-dotfiles/lukeshu-dotfiles/blobs/raw/master/$file; +done -- cgit v1.2.3