Added xmonad to the installer

This commit is contained in:
Josh Sherman 2012-03-10 16:33:22 -05:00
parent dd7ab200b9
commit d562ec698b
2 changed files with 11 additions and 1 deletions

View file

@ -28,6 +28,16 @@ fi
# Symlinks back to our scripts
ln -s $PWD/nautilus-scripts ~/.gnome2/nautilus-scripts
# Sets up xmonad
cp $PWD/xsessionrc ~/.xsessionrc
if [ -d ~/.xmonad ];
then
rm ~/.xmonad -rf
fi
cp $PWD/xmonad ~/.xmonad -R
# Copies .vimrc
if [ -f ~/.vimrc ];
then
@ -58,5 +68,5 @@ done
# Finish up Command-T installation
cd $DOTVIM/ruby/command-t
ruby extconf.rb
ruby extconf.rb
make

Binary file not shown.