Skip to content

Instantly share code, notes, and snippets.

@willwm
Last active July 19, 2020 04:36
Show Gist options
  • Save willwm/9ccca11ae94963265704d440400d623e to your computer and use it in GitHub Desktop.
Save willwm/9ccca11ae94963265704d440400d623e to your computer and use it in GitHub Desktop.
OhMyZsh + Vimconf
#!/bin/bash
# Pre-requisites: curl git zsh vim exuberant-ctags
# Install: oh-my-zsh
sh -c "$(curl -fsSL https://raw.github.com/robbyrussell/oh-my-zsh/master/tools/install.sh)"
# Install: timss/vimconf (https://github.com/timss/vimconf#installation)
mkdir -p ~/.vim/vimconf
git clone https://github.com/timss/vimconf.git ~/.vim/vimconf
ln -s ~/.vim/vimconf/.vimrc ~/.vimrc
# Configure: Open ~/.zshrc for editing then source it
vim ~/.zshrc && source ~/.zshrc
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment