This repository is used for saving the vim settings I prefer to use.
It's slowly evolving into a set of scripts for anything I feel needs to be on a development machine.
Or on macOS install regular brew:
/usr/bin/ruby -e "$(curl -fsSL https://raw.githubusercontent.com/Homebrew/install/master/install)"
Install zsh:
https://github.com/robbyrussell/oh-my-zsh/wiki/Installing-ZSH#install-and-set-up-zsh-as-default
Install oh-my-zsh:
sh -c "$(curl -fsSL https://raw.githubusercontent.com/robbyrussell/oh-my-zsh/master/tools/install.sh)"
Install icon patched Inconsolata
Install fzf: https://github.com/junegunn/fzf/tree/a0b42e6538092dc6dea9f918a7a74c9408e44d4c#using-git
Disable font smoothing so that your letters stop looking as fat:
defaults -currentHost write -g AppleFontSmoothing -int 0
Run the following command:
./install.sh