diff options
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 |