Last active
September 18, 2016 14:31
-
-
Save fcamel/d374aac65147e1abbb8f962a77d7d821 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#!/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