commit cc987259ab7a40997214b413029fa7c270a25282 parent c83e32a852b9f13ada3d051aecd651d868b97717 Author: Anders Damsgaard <anders.damsgaard@geo.au.dk> Date: Mon, 26 Jan 2015 20:26:14 +0100 move script, add mplayer Diffstat:
A | bin/install_debian_pkgs.sh | | | 12 | ++++++++++++ |
D | install_debian_pkgs.sh | | | 12 | ------------ |
2 files changed, 12 insertions(+), 12 deletions(-)
diff --git a/bin/install_debian_pkgs.sh b/bin/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 mplayer + +sudo gem install tmuxinator diff --git a/install_debian_pkgs.sh b/install_debian_pkgs.sh @@ -1,12 +0,0 @@ -#!/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