Skip to content

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2,339 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

dotfiles

My configuration. Mostly used on OSX.

Editor setup

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

Nix

As much as possible, I like to install software with nix.

I use a flake to define my environment (flake.nix). More about how this is set up at nix/README.org.

Other stuff

There are some random projects in src/, and random notes in notes/.

Installing

Check out

git clone https://github.com/mjhoy/dotfiles.git

And then:

make install

sets up the symlinks.

Nix setup

To build and install the dev environment:

nix profile install .#devEnv

To update nixpkgs and rebuild:

nix flake update
nix profile upgrade '.*'

License

MIT. See included LICENSE file.

About

No description or website provided.

Topics

Resources

Stars

Watchers

Forks

Releases

Packages

Used by

Contributors

Languages