dtryon / dotfiles

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

my dotfiles

Prereqs

install full xcode

install git (in order to clone this repo)

Setup git

ssh-keygen -t rsa -C "email@email.com"

# Copy ssh key to github.com
subl ~/.ssh/id_rsa.pub

# Test connection
ssh -T git@github.com

# Set git config values
git config --global user.name "User Name"
git config --global user.email "user@name.com"
git config --global github.user username

git config --global core.editor "vim"
git config --global color.ui true

Setup tern for vim (after initial :PlugInstall in vim)

Compile YouCompleteMe

YouCompleteMe Installation

cd ~/.vim/plugged/YouCompleteMe
./install.py --clang-completer
./install.py --tern-completer

Install tern_for_vim deps

~/.vim/plugged/tern_for_vim && npm i

About


Languages

Language:Vim Script 84.9%Language:Shell 13.1%Language:Emacs Lisp 2.0%Language:Clojure 0.0%