Skip to content

get crouton awesome.sh

Isaac Pei edited this page Apr 17, 2014 · 4 revisions
# This is NOT tested!
# run this once in chroot / ubuntu to install and set basic awesome configuration

sudo apt-get install awesome
echo "exec awesome" > ~/.xinitrc
mkdir -p ~/.config/awesome
cp -r /etc/xdg/awesome/* ~/.config/awesome/
Clone this wiki locally