Skip to content

prometheusred/derpfiles

 
 

Repository files navigation

derpfiles

Some hidden files that keep me sane...

Table of Contents

Install

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

Usage

Checkout individual README's in directories for detailed descriptions

Contribute

PRs accepted. Checkout CONTRIBUTING.md

License

MIT © Lucas Rondenet

About

derp(dot)files

Resources

License

Code of conduct

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Shell 52.8%
  • Vim Script 25.2%
  • CoffeeScript 17.6%
  • Ruby 4.0%
  • Python 0.4%