My feeble attempt to take a dotfiles project (which is awesome) ...and ruin it.
This is still a fork of @mathias's dotfiles repo, but is slowly but surely diverging.
Hat tip to @joshmock and his dotfiles as well.
Use dotfiles
to manage this mess.
Install ohmyzsh
as well.
And powerlevel10k
.
Don't forget brew
, and then:
brew install ack
brew install hub
brew install libpq
brew install macvim
brew install node
brew install pyenv
brew install tree
brew install z
Pull down those Vim plug-ins:
git submodule update --init --recursive
(in the dotfiles
directory)
Gotta fix up coc.nvim
:
cd ~/.vim/bundle/coc.nvim
npm i
npm run prepare