Skip to content

Instantly share code, notes, and snippets.

@mhermans
Created December 4, 2010 22:59
Show Gist options
  • Save mhermans/728577 to your computer and use it in GitHub Desktop.
Save mhermans/728577 to your computer and use it in GitHub Desktop.
Kubuntu movein/configuration steps

sudo apt-get install vim curl python-pip python-dev git tmux powertop python-virtualenv virtualenvwrapper pandoc libxslt-dev libxml2-dev

enable third-party repositories; install firefox

rm -r Desktop/ Documents/ Downloads/ Music/ Pictures/ Public/ Templates/ Videos/

default-jre

installeer unison, virtualenv (zie andere gists)

(in virtualenv)

pip install fabric
git clone https://github.com/lakshmivyas/hyde.git
cd hyde
pip install -r requirements.txt
pip install smartypants
sudo apt-get install rubygems
sudo gem install less
../hyde/hyde.py -g -s .


sudo locale-gen nl_BE.UTF-8
sudo dpkg-reconfigure locales

apt-get install r-base download rstudo

in .Renviron R_LIBS_USER="~/lib/R"
.libPaths()
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment