diff options
| author | jason | 2017-01-05 20:41:26 -0700 |
|---|---|---|
| committer | jason | 2017-01-05 20:41:26 -0700 |
| commit | cf5374f7027ecd6bed75f9e855c2ec66c0c08ec4 (patch) | |
| tree | 1eba27d52b3a21c180d956c716b06d8e9f659974 /common_move_in.sh | |
| parent | cbeadb244d3da830f4039ee1642cc2059b27a5f7 (diff) | |
| download | dotfiles-cf5374f7027ecd6bed75f9e855c2ec66c0c08ec4.tar.gz dotfiles-cf5374f7027ecd6bed75f9e855c2ec66c0c08ec4.zip | |
Updates to things
Diffstat (limited to 'common_move_in.sh')
| -rwxr-xr-x | common_move_in.sh | 6 |
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 | |||
| 23 | fi | 23 | fi |
| 24 | CWD=`pwd` | 24 | CWD=`pwd` |
| 25 | 25 | ||
| 26 | if ! [ -e "$HOME/bin"]; then | ||
| 27 | mkdir $HOME/bin/ | ||
| 28 | cd $HOME/bin/ | ||
| 29 | curl -O http://orgmode.org/worg/code/awk/ical2org.awk | ||
| 30 | fi | ||
| 31 | |||
| 26 | if ! [ -e "$HOME/.vimrc" ]; then | 32 | if ! [ -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 |