My personal dotfiles.
cd ~
git init
git remote add origin git@github.com:hreese/dotfiles.git
git pull origin master
git submodule update --init --recursive
vim +BundleInstall +qall
mkdir ~/.undodir_vim
.themes/gnome-terminal-colors-solarized/solarize
mkdir -p ~/.local/share/gedit/styles
cd ~/.local/share/gedit/styles
for i in ../../../../.themes/gedit-solarized/*xml; do
ln -s ${i} .
done
# Fedora
sudo yum install pip-python -y
python-pip install --user git+git://github.com/Lokaltog/powerline
# rest
pip install --user git+git://github.com/Lokaltog/powerline
# https://github.com/zsh-users/zsh-syntax-highlighting
mkdir -p ~/.oh-my-zsh/custom/plugins
cd ~/.oh-my-zsh/custom/plugins
git clone git://github.com/zsh-users/zsh-syntax-highlighting.git