Skip to content

chuckorde/dotfiles

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

76 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

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

No packages published