gautamborad / dotfiles-1

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

dotfiles
========

My configuration. Mostly used on OSX.


emacs.d/
vim/
        Most of my work happens in Emacs. Config for programming
        languages, and org-mode stuff. I don't use vim so much these
        days and have a minimal config.

nix/
nixpkgs/
        The nixpkgs submodule is the specific commit I'm using nix
        from -- which is probably some version of
        nixos-unstable. There is some outdated NixOS config, and my
        main config is at nix/nixpkgs/config.nix.

src/
        random projects

notes/
        random notes


INSTALL
        Run a simple:

          $ git clone --recursive https://github.com/mjhoy/dotfiles.git

        And then:

          $ make install

        sets up the symlinks.

LICENSE
        MIT. See included LICENSE file.

About

License:MIT License


Languages

Language:Emacs Lisp 45.7%Language:Vim Script 14.1%Language:C 11.3%Language:Nix 10.3%Language:Haskell 6.1%Language:Shell 5.0%Language:Makefile 2.3%Language:JavaScript 1.6%Language:SQLPL 1.3%Language:Ruby 0.9%Language:Python 0.6%Language:HTML 0.4%Language:Perl 0.2%