lroggendorff / dotfiles

.files, including ~/.osx — sensible hacker defaults for OS X

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

About

.files, including ~/.osx — sensible hacker defaults for OS X


Languages

Language:Shell 73.0%Language:Vim Script 26.5%Language:Vim Snippet 0.5%