aboutsummaryrefslogtreecommitdiff
path: root/diff.sh
diff options
context:
space:
mode:
authorMatt Singleton <matthew.j.singleton@gmail.com>2011-01-12 18:16:36 -0500
committerMatt Singleton <matthew.j.singleton@gmail.com>2011-01-12 18:16:36 -0500
commita4902dee9b2139ac3c67a4696a2a06bdae7823b4 (patch)
tree0088b12d8b25807cfb5464b958f84a17b5173bfa /diff.sh
parent69500d1e1dc6280dd8d430366a8402732072c951 (diff)
adding a simple, hack-y script to see changes made in the environment
Diffstat (limited to 'diff.sh')
-rw-r--r--diff.sh18
1 files changed, 18 insertions, 0 deletions
diff --git a/diff.sh b/diff.sh
new file mode 100644
index 0000000..ae7d660
--- /dev/null
+++ b/diff.sh
@@ -0,0 +1,18 @@
+#!/bin/bash
+
+diff -U 0 vimrc ~/.vimrc
+echo
+diff -U 0 gitconfig.template ~/.gitconfig
+echo
+diff -U 0 gitignore ~/.gitignore
+echo
+diff -U 0 mostrc ~/.mostrc
+echo
+diff -U 0 zshrc ~/.zshrc
+echo
+diff -U 0 oh-my-zsh/svn.zsh ~/.oh-my-zsh/lib/svn.zsh
+echo
+diff -U 0 oh-my-zsh/xcolour.zsh-theme ~/.oh-my-zsh/themes/xcolour.zsh-theme
+
+echo
+diff -r -U 0 vim ~/.vim