booyaa / dotfiles

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

dotfiles

setup

git clone https://github.com/booyaa/dotfiles.git
cd dotfiles
git submodule update --init --recursive # to pull in vim plugins
setup/create-symlinks.sh

vim

Props to George Ornbo for these handy commands.

adding packages

cd dotfiles
git submodule add https://awesome-plugin.com/suchwow.git vim/pack/plugins/start/suchwow
git add vim/pack/plugins/start/suchwow

update packages

git submodule update --remote --merge
git commit

removing packages

git submodule deinit vim/pack/plugins/start/suchwow
git rm vim/pack/plugins/start/suchwow
rm -Rf .git/modules/vim/pack/plugins/start/suchwow
git commit

miscellany

#TODO: needed for sleuth
vim -u NONE -c "helptags sleuth/doc" -c q

About

License:MIT License


Languages

Language:Shell 94.3%Language:Vim Script 5.7%