aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMatt Singleton <matthew.j.singleton@gmail.com>2011-02-19 03:28:31 -0500
committerMatt Singleton <matthew.j.singleton@gmail.com>2011-02-19 03:28:31 -0500
commitac0112f834bd0f40fb90eaedc877a6ab45393c54 (patch)
treecbb783e7a3d70c250a190e9f9b7eee7a40a6139c
parente23970ffeba636b9fe42b48bd7a33e36371feb22 (diff)
get rid of most config
-rwxr-xr-xdeploy.sh2
-rwxr-xr-xdiff.sh2
-rw-r--r--mostrc2
3 files changed, 1 insertions, 5 deletions
diff --git a/deploy.sh b/deploy.sh
index 47fc3f4..7e6767d 100755
--- a/deploy.sh
+++ b/deploy.sh
@@ -11,7 +11,7 @@ read email
sed -e "s|#NAME#|$name|" -e "s|#EMAIL#|$email|" gitconfig.template > gitconfig
# deploy
-for f in vimrc gitconfig gitignore mostrc zshrc
+for f in vimrc gitconfig gitignore zshrc
do
cp $f ~/.${f}
done
diff --git a/diff.sh b/diff.sh
index fe32519..9f4c60b 100755
--- a/diff.sh
+++ b/diff.sh
@@ -6,8 +6,6 @@ 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 zsh ~/.zsh
diff --git a/mostrc b/mostrc
deleted file mode 100644
index 9eeb4fc..0000000
--- a/mostrc
+++ /dev/null
@@ -1,2 +0,0 @@
-setkey "down" "j"
-setkey "up" "k"