Skip to content

Instantly share code, notes, and snippets.

@fcamel
Last active September 18, 2016 14:31
Show Gist options
  • Save fcamel/d374aac65147e1abbb8f962a77d7d821 to your computer and use it in GitHub Desktop.
Save fcamel/d374aac65147e1abbb8f962a77d7d821 to your computer and use it in GitHub Desktop.
#!/bin/bash -x
# Exit when error.
set -e
sudo apt-get install aptitude
sudo aptitude update
sudo aptitude install build-essential apt-file checkinstall manpages-dev htop rsync screen cdargs openssh-server vim git gitg subversion exuberant-ctags cscope python-dev python-setuptools python-pip id-utils cgdb clang cmake
sudo apt-file update
sudo pip install virtualenv ipython pycscope mercurial
# vim plugin manager.
git clone https://github.com/VundleVim/Vundle.vim.git ~/.vim/bundle/Vundle.vim
# Install my configs.
git clone git://github.com/fcamel/configs.git
cd configs && ./install.sh
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment