darreneng / dotfiles

Find the README at https://github.com/darreneng/dotfiles/tree/master/dotfiles
0 stars 0 forks source link

Document other dependencies #3

Open darreneng opened 4 years ago

darreneng commented 4 years ago

A new machine requires a bunch of things to be installed for these dotfiles to work. Here's a list of the known dependencies:

Here's a sample script of what needs to be run so far:

brew install neovim ocaml opam fzf
opam init
opam install ocp-indent

Might want to look into this too: https://thoughtbot.com/blog/brewfile-a-gemfile-but-for-homebrew Other: In my vimrc I currently remap alt+h,j,k,l to navigate between windows. In order to make this work iTerm2 needs to be configured via: Profiles -> Keys -> Left option key -> Esc+

darreneng commented 4 years ago

Also needed

brew install --HEAD universal-ctags/universal-ctags/universal-ctags

https://github.com/universal-ctags/homebrew-universal-ctags