Install missing packages:
sudo apt-get install vim htop tmux build-essentials
Install Python style checkers:
sudo pip install pep8 pydocstyle
Run this on the terminal :
# Clone main repository
git clone https://github.com/fxthomas/dotfiles.git ~/.dotfiles
# Initialize the submodules
cd ~/.dotfiles; ./install.sh