X-Git-Url: https://plomlompom.com/repos/foo.html?a=blobdiff_plain;f=jessie_start.sh;h=781ef4314a21a85e9c781ea9f7038805ec35fe72;hb=68abaa664d8e42f2563cd81d669404f1faa99ed9;hp=280c2df2af320ca3acbb63dd42e3305a0b1bba3f;hpb=3ab07b2044472d9456e2ee9c60b91611768c4c61;p=config diff --git a/jessie_start.sh b/jessie_start.sh index 280c2df..781ef43 100755 --- a/jessie_start.sh +++ b/jessie_start.sh @@ -99,13 +99,18 @@ apt-get -y install xserver-xorg xinit xterm i3 i3status dmenu # Set up OpenGL and hardware acceleration. apt-get -y install libgl1-mesa-dri apt-get -y install i965-va-driver -usermod -G video plom +usermod -aG video plom # Install xrandr. apt-get -y install x11-xserver-utils # Set up pentadactyl. apt-get -y install xul-ext-pentadactyl +apt-get -y install vim-gtk +su plom -c 'mkdir -p /home/plom/downloads/' + +# Set up openssh-client. +apt-get -y install openssh-client # Clean up. rm jessie_start.sh