Wednesday, December 30, 2015

My Fresh Linux Install Script

My personal set of software to install and commands to run on a fresh install of Ubuntu

sudo apt-get install gfortran vim git tmux texlive openssh-server libgnome2-bin pandoc gnuplot ffmpeg gimp inkscape emacs zsh htop octave unison

git clone http://github.com/gmarik/vundle.git ~/.vim/bundle/vundle

anaconda python
mendeley
chrome
teamviewer

Thunderbird:
gcontactsync
lightning
provider for google calendar
thunderbird conversations

if there's a problem with the zsh after copying oh_my_zsh from another install rather than downloading from scratch:
zsh compinit: insecure directories, run compaudit for list.
Ignore insecure directories and continue [y] or abort compinit [n]?

sudo chmod -R 755 .oh-my-zsh


fedora 23

sudo dnf install vim-enhanced gcc-gfortran gcc-c++ gimp inkscape tmux texlive libgnome zsh gnome-tweak-tool htop octave unison qtwebkit

to get gnome-open working
libgnome

to get mendeley working
sudo dnf install qtwebkit

add to .tmux.conf
set -g default-shell /bin/zsh

No comments: