Skip to content

Latest commit

 

History

History
46 lines (32 loc) · 1001 Bytes

README.md

File metadata and controls

46 lines (32 loc) · 1001 Bytes

dotfiles for fun and not so much profit

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.

Notes to self

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