aldur / dotfiles

Dotfiles configuration.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

About

Dotfiles configuration.


Languages

Language:Lua 40.2%Language:Vim Script 25.5%Language:Nix 22.0%Language:Shell 5.2%Language:Python 3.3%Language:Makefile 2.0%Language:Vim Snippet 0.6%Language:Gnuplot 0.4%Language:TeX 0.4%Language:Ruby 0.3%Language:Perl 0.2%Language:Scheme 0.0%