Skip to content

Latest commit

 

History

History
33 lines (22 loc) · 639 Bytes

README.md

File metadata and controls

33 lines (22 loc) · 639 Bytes

Dotfiles

A collection of my configuration / dotfiles.

Requirements

Different platforms have different requirements.

git-crypt

Some files of this repository have been encrypted. Decrypt them with git-crypt unlock before running make.

macOS

On macOS, first install homebrew. Then:

$ git clone https://github.com/aldur/dotfiles .dotfiles
$ brew install git make gpg coreutils git-crypt
$ PATH="$(brew --prefix)/opt/coreutils/libexec/gnubin:$PATH"
$ gpg --import email.gpg
$ git-crypt unlock
$ gmake requirements #optional

Install

Simply run make from the top-level directory.

$ make