Working on enumerating useful packages to use to get things rolling upon installation...
sudo apt-get install zsh openssh-server mosh build-essential cmake python-dev git vim dmenu i3-wm i3lock i3status python-pip fonts-inconsolata tig chromium-browser meld sshfs numlockx mpg123
sudo pip install py3status
#Installing this repo
cd ~/
git remote add origin https://github.com/Spirotot/dotFiles.git
git submodule update --init --recursive
git checkout -t origin/[branch]
#YouCompleteMe installation
- https://github.com/Valloric/YouCompleteMe#ubuntu-linux-x64-super-quick-installation
vim +BundleInstall +qall
(Thanks to http://christopherpoole.github.io/setting-up-vim-with-YouCompleteMe/)
#Solarized Colors
cd ~/solarized/gnome-terminal-colors-solarized
./install.sh
# follow prompts.cp ~/solarized/vim-colors-solarized/colors/solarized.vim ~/.vim/colors/solarized.vim
# Installs vim colors.
#Misc
git config --global core.editor "vim"
# Make vim default git editor.git config --global merge.tool meld
# Make meld the default git mergetool.