Skip to content

mpercy/Dotfiles

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

76 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

dotfiles

Mike Percy's dot files

To install the dot files:

git clone https://github.com/mpercy/Dotfiles.git ~/Dotfiles
pip3 install --user dotfiles # see https://pypi.python.org/pypi/dotfiles
dotfiles --sync

For tmux:

git clone https://github.com/tmux-plugins/tpm ~/.tmux/plugins/tpm
~/.tmux/plugins/tpm/bin/install_plugins

For vim:

pip3 install --user powerline-status
curl -fLo ~/.vim/autoload/plug.vim --create-dirs https://raw.githubusercontent.com/junegunn/vim-plug/master/plug.vim
vim +PlugInstall
# For YCM
cd ~/.vim/plugged/YouCompleteMe
./install.py --clang-completer
# For Command-T
cd ~/.vim/plugged/command-t/lua/wincent/commandt/lib
make

For zsh:

brew install fzf
git clone https://github.com/jandamm/zgenom.git "${HOME}/.zgenom"

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published