aboutsummaryrefslogtreecommitdiffstats
path: root/common_move_in.sh
diff options
context:
space:
mode:
authorjason2017-01-05 20:41:26 -0700
committerjason2017-01-05 20:41:26 -0700
commitcf5374f7027ecd6bed75f9e855c2ec66c0c08ec4 (patch)
tree1eba27d52b3a21c180d956c716b06d8e9f659974 /common_move_in.sh
parentcbeadb244d3da830f4039ee1642cc2059b27a5f7 (diff)
downloaddotfiles-cf5374f7027ecd6bed75f9e855c2ec66c0c08ec4.tar.gz
dotfiles-cf5374f7027ecd6bed75f9e855c2ec66c0c08ec4.zip
Updates to things
Diffstat (limited to 'common_move_in.sh')
-rwxr-xr-xcommon_move_in.sh6
1 files changed, 6 insertions, 0 deletions
diff --git a/common_move_in.sh b/common_move_in.sh
index 90e1c95..26eb153 100755
--- a/common_move_in.sh
+++ b/common_move_in.sh
@@ -23,6 +23,12 @@ else
23fi 23fi
24CWD=`pwd` 24CWD=`pwd`
25 25
26if ! [ -e "$HOME/bin"]; then
27 mkdir $HOME/bin/
28 cd $HOME/bin/
29 curl -O http://orgmode.org/worg/code/awk/ical2org.awk
30fi
31
26if ! [ -e "$HOME/.vimrc" ]; then 32if ! [ -e "$HOME/.vimrc" ]; then
27 echo "Linking vim settings..." 33 echo "Linking vim settings..."
28 ln -s $CWD/vim $HOME/.vim 34 ln -s $CWD/vim $HOME/.vim