You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
sudo dnf -y -v groupinstall "C Development Tools and Libraries"
sudo dnf install -y git guake vim-enhanced tmux zsh environment-modules
There is nothing more important than vim
curl http://j.mp/spf13-vim3 -L -o - | sh
vim +BundleInstall! +BundleClean +q
Get some dot files
cd
wget --no-check-certificate https://raw.githubusercontent.com/jerowe/dot-files/master/.tmux.conf
wget --no-check-certificate https://raw.githubusercontent.com/jerowe/dot-files/master/.vimrc.before.local
wget --no-check-certificate https://raw.githubusercontent.com/jerowe/dot-files/master/.vimrc.bundles.local
wget --no-check-certificate https://raw.githubusercontent.com/jerowe/dot-files/master/.vimrc.local
#wget https://raw.githubusercontent.com/jerowe/dot-files/master/.zshrc
vim +BundleInstall! +BundleClean +q
Make guake extra pretty
echo"export TERM=xterm-256color">>~/.bashrc
cd
git clone https://github.com/erroneousboat/guake-colors-monokai
cd guake-colors-monokai && ./setup.sh
Tmuxifier
cd
git clone https://github.com/jimeh/tmuxifier &&cd tmuxifier