commit d532e0e0c461a320a86b8ca10a7a17152ffec9dc parent 06ea013de9b3dd0dd8829d185185f01d0f102670 Author: Anders Damsgaard <adc@geo.au.dk> Date: Sat, 10 Aug 2013 21:47:44 +0200 Added install script Diffstat:
M | create_symlinks.sh | | | 2 | -- |
A | install.sh | | | 11 | +++++++++++ |
2 files changed, 11 insertions(+), 2 deletions(-)
diff --git a/create_symlinks.sh b/create_symlinks.sh @@ -25,5 +25,3 @@ for F in .config/uzbl .config/awesome .config/luakit .config/openbox .i3 .mutt . echo "Symlink: $SOURCE -> $TARGET" ln -s $SOURCE $TARGET done - - diff --git a/install.sh b/install.sh @@ -0,0 +1,11 @@ +# Create symlinks +./create_symlinks.sh + +# Clone oh-my-zsh +./clone_oh_my_zsh.sh + +# Clone or update Vim repositories +cd .vim/bundle +./clone-repos.sh +./update-repos.sh +