Added dependency installation and removal of some packages that I don't want
This commit is contained in:
parent
8b56f4eacb
commit
3f34ed64e2
1 changed files with 11 additions and 0 deletions
11
setup.sh
11
setup.sh
|
@ -1,5 +1,14 @@
|
|||
#!/bin/bash
|
||||
|
||||
# Installs some necessary packages
|
||||
sudo apt-get update
|
||||
sudo apt-get install xmonad libghc6-xmonad-contrib-dev xmobar trayer suckless-tools scrot cabal-install gnome-do agave gimp inkscape tomboy rhythmbox ruby1.8-dev
|
||||
cabal update
|
||||
cabal install yeganesh
|
||||
|
||||
# Gets rid of some bullshit packages
|
||||
sudo apt-get purge zeitgeist gwibber gnome-screensaver banshee
|
||||
|
||||
# Clears out the old .bashrc
|
||||
if [ -f ~/.bashrc ];
|
||||
then
|
||||
|
@ -77,3 +86,5 @@ done
|
|||
cd $DOTVIM/ruby/command-t
|
||||
ruby extconf.rb
|
||||
make
|
||||
|
||||
echo; echo "SETUP COMPLETE!!~!"; echo
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue