Skip to content

rlinehan/dotfiles

Repository files navigation

dotfiles

Repo for managing my dotfiles

Vim plugins

Using git subtrees: http://blogs.atlassian.com/2013/05/alternatives-to-git-submodule-git-subtree/

This requires git 1.7.11+ to add plugins, but cloning and installing can be done with previous versions of git.

git subtree add --prefix .vim/bundle/<plugin name> https://github.com/<author>/<plugin name>.git master --squash

To update a plugin from the upstream repo

git subtree pull --prefix .vim/bundle/<plugin name> https://github.com/<author>/<plugin name>.git master --squash

The gitconfig now includes aliases for adding and updating vim plugins:

git vimadd <author> <plugin name> to add

git vimupdate <author> <plugin name> to update

Current vim plugins installed

Alacritty setup

$ git clone https://github.com/alacritty/alacritty.git
$ cd alacritty
$ sudo tic -xe alacritty,alacritty-direct extra/alacritty.info
$ alacritty -v

About

Repo for managing my dotfiles

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published