Added xmonad to the installer
This commit is contained in:
parent
dd7ab200b9
commit
d562ec698b
2 changed files with 11 additions and 1 deletions
12
install.sh
12
install.sh
|
@ -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.
Loading…
Add table
Add a link
Reference in a new issue