/.dotfiles

dotfiles for various systems

Primary LanguageLua

What is it?

A bunch of configuration files(aka dotfiles) for many programs I use daily. It's for personal use, so it's frequently updated & done so with minimal documentation. If you want to use it as a baseline of your dotfiles, please consider forking it.

Prerequisites

  • make

Installation

cd $HOME &&\
  git clone https://github.com/grepinsight/.dotfiles.git &&\
  cd .dotfiles &&\
  make install