Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/hfreire/my-dotfiles


https://github.com/hfreire/my-dotfiles

bash dotfiles dotfiles-linux dotfiles-macos git tmux vim

Last synced: 3 days ago
JSON representation

Awesome Lists containing this project

README

        

stow -t ~/ -S vim

vim --noplugin -u vim/.vimrc "+set hidden" "+syntax on" +PluginClean! +PluginInstall +qall

stow -t ~/ -D vim

git subtree add --prefix vim/.vim/bundle/Vundle.vim https://github.com/VundleVim/Vundle.vim.git master --squash
git subtree pull --prefix vim/.vim/bundle/Vundle.vim https://github.com/VundleVim/Vundle.vim.git master --squash