Original project by fxthomas: from https://github.com/fxthomas/dotfiles
Install missing packages:
sudo apt-get install vim htop tmux build-essentialRun this on the terminal :
# Clone main repository
git clone https://github.com/sgryco/dotfiles_light.git ~/.dotfiles
# Initialize the submodules
cd ~/.dotfiles; ./install.shAdd this line in your ~/.bash_profile to load ~/.profile
if [ -f ~/.profile ]; then source ~/.profile; fiThen add this in your ~/.profile
[ -z "$ZSH_VERSION" ] && [ -f /usr/bin/zsh ] && {
exec /usr/bin/zsh -l
}