-
Notifications
You must be signed in to change notification settings - Fork 0
chuckorde/dotfiles
Folders and files
Name | Name | Last commit message | Last commit date | |
---|---|---|---|---|
Repository files navigation
# install brew, git, vim w/ python first PYTHON=python3 #set -x for f in $(ls -1A | grep -v 'README\|.git$'); do cp -R $f $HOME done if [ "$#" -gt 0 ]; then if [ "$1" == "--copy-only" ]; then echo '** copy only **' echo '* manual plugin configuration required' exit fi fi vim +PlugInstall +qall if [ "$(uname)" == "Darwin" ]; then brew install cmake elif [ "$(expr substr $(uname -s) 1 5)" == "Linux" ]; then sudo apt install build-essential cmake python3-dev fi cd ~/.vim/plugs/YouCompleteMe $PYTHON install.py --clang-completer
About
No description, website, or topics provided.
Resources
Stars
Watchers
Forks
Releases
No releases published
Packages 0
No packages published