aboutsummaryrefslogtreecommitdiff
path: root/diff.sh
diff options
context:
space:
mode:
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