Skip to content

Latest commit

 

History

History
90 lines (63 loc) · 1.79 KB

File metadata and controls

90 lines (63 loc) · 1.79 KB

dotfiles


✨ Behold: init.vim ✨

Scope

Usage

The install script should be idempotent but that assumption will not be verified until #26 and #20 are completed.

Clone this repo to:

~/.dotfiles

Then:

./install.sh

This relies on rcm to setup all the correct symlinks. install.sh installs it and runs it for you.

Notes:

  1. A full run may take up to 3 hours depending on your hardware specs and Internet bandwidth.
  2. The installer is not yet fully non-interactive. homebrew needs sudo at least twice.

Update

After pulling updates via git on this repo, you must always re-run rcup:

rcup -v

-v instructs it to output what it's doing.

Vim Profiling

From https://github.com/hyiltiz/vim-plugins-profile

ruby ./vim-plugins-profile-master/vim-plugins-profile.rb

python ./vim-plugins-profile-master/vim-plugins-profile.py # -p flag plots a bar chart

Inspiration

License

MIT