26 lines
607 B
Plaintext
26 lines
607 B
Plaintext
aptitude install openbox
|
|
svn checkout http://tint2.googlecode.com/svn/trunk/ tint2-read-only
|
|
aptitude install libcairo2-dev libpango1.0-dev libglib2.0-dev libimlib2-dev libxinerama-dev #libxrand-dev
|
|
|
|
cd tint2-read-only
|
|
./configure
|
|
make
|
|
make install
|
|
|
|
|
|
cp $NOWHERE/tintrc $HOME/.config/tint2/tint2rc
|
|
|
|
|
|
#CONKY
|
|
aptitude install conky
|
|
cp $NOWHERE/conkyrc $HOME/.conkyrc
|
|
|
|
#GMRUN
|
|
aptitude install gmrun
|
|
cp $NOWHERE/gmrunrc $HOME/.gmrunrc
|
|
|
|
#Config openbox
|
|
#install GSM-openboxTheme.obt dans openbox
|
|
cp $NOWHERE/OpenBox-rx.xml $HOME/.config/openbox/rc.xml
|
|
cp $NOWHERE/autostart.sh $HOME/.config/openbox/autostart.sh
|