Some hidden files that keep me sane...
os x system
$ cd setup
./start.sh
$ cd homebrew
brew bundle
# Then run iterm2 setup script
$ cd iterm2
./start.sh
# Then run osx defaults (KeyRepeat, etc.)
$ cd osx
./start.sh
# Then run neovim setup script
$ cd neovim
./start.sh
# Edit /etc/shells
$ sudo sh -c 'echo /usr/local/bin/zsh >> /etc/shells'
# Quit terminal and open iTerm
# This is for sqlite zsh history
$ touch .zsh_history.db
# Go into neovim and run
:PlugInstall
:UpdateRemotePlugins
# Build chunkwm
...
# Build skhdrc
...
# Set ubersicht widgets folder to ./ubersicht
...
$ ./install.sh
Checkout individual README's in directories for detailed descriptions
PRs accepted. Checkout CONTRIBUTING.md
MIT © Lucas Rondenet