- Install Vim
- https://vim.sourceforge.io/download.php#pc
- This includes gui and console.
- Install ctags
- Download: http://ctags.sourceforge.net/
- Install: I used ~/ctags58.
- Set path: Edit environment variables, add directory to Path.
- Used for code navigation and some vim plugins.
- Install Ruby
- https://www.ruby-lang.org/en/documentation/installation/
- Select MSYS2 base installation.
- Install Rake
- gem install rake
- Restart your terminal if gem is not found.
- Install Janus
-
curl -L https://bit.ly/janus-bootstrap | bash
-