commit c83e32a852b9f13ada3d051aecd651d868b97717 parent 0f8d62be31c71aeebc7e0faa39d105f82ed9158c Author: Anders Damsgaard <anders.damsgaard@geo.au.dk> Date: Mon, 26 Jan 2015 20:23:22 +0100 add script for debian packages, add user to ssh cmds make .xinitrc executable Diffstat:
M | .xinitrc | | | 0 | |
M | bin/iddqd-ssh | | | 6 | +++--- |
A | install_debian_pkgs.sh | | | 12 | ++++++++++++ |
3 files changed, 15 insertions(+), 3 deletions(-)
diff --git a/.xinitrc b/.xinitrc diff --git a/bin/iddqd-ssh b/bin/iddqd-ssh @@ -3,12 +3,12 @@ if [[ "$(ifconfig | grep 10.17.8)" ]]; then echo "On geo lan. Mounting sshfs and connecting directly..." sshfs-iddqd.sh - ssh -v iddqd.nfit.au.dk -t 'bin/tmux-dev.sh' + ssh -v adc@iddqd.nfit.au.dk -t 'bin/tmux-dev.sh' elif [[ "$(ifconfig | grep 10.17.2)" ]]; then echo "On geo VPN. Mounting sshfs and connecting directly..." sshfs-iddqd.sh - ssh -v iddqd.nfit.au.dk -t 'bin/tmux-dev.sh' + ssh -v adc@iddqd.nfit.au.dk -t 'bin/tmux-dev.sh' else echo "Outside geo lan, connecting through fresh-horse..." - ssh -v fh.cs.au.dk -t 'ssh iddqd.nfit.au.dk -t "bin/tmux-dev.sh"' + ssh -v adc@fh.cs.au.dk -t 'ssh iddqd.nfit.au.dk -t "bin/tmux-dev.sh"' fi diff --git a/install_debian_pkgs.sh b/install_debian_pkgs.sh @@ -0,0 +1,12 @@ +#!/bin/bash +set -e +apt-get update + +apt-get install vim tmux git zsh i3 exuberant-ctags haskell-platform \ + build-essential ruby mutt offlineimap msmtp autossh tor xbindkeys \ + xautolock pass urlview elinks redshift libnotify-bin owncloud-client \ + hsetroot xbacklight i3lock scrot imagemagick mpc htop \ + rxvt-unicode-256color texlive cmake sshfs paraview python-numpy \ + python-scipy python-matplotlib ipython + +sudo gem install tmuxinator