Last active
July 19, 2020 04:36
-
-
Save willwm/9ccca11ae94963265704d440400d623e to your computer and use it in GitHub Desktop.
OhMyZsh + Vimconf
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#!/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