GitXplorerGitXplorer
g

etc

public
3 stars
2 forks
1 issues

Commits

List of commits on branch master.
Verified
84b11d453f48ada0bcfafd40352d45734bbb92e3

Some notes from over the years

gglasserc committed 2 years ago
Verified
91100a1a8ef6c55beeec46832f55ad52fa7fe559

Add tracking for when we reschedule tasks

gglasserc committed 2 years ago
Verified
fa0d72149dce562ce430ce30ccad04b0cc8f71f5

Adding support for capturing to a job-specific org directory

gglasserc committed 2 years ago
Verified
8b77900f0a9bc497cedf3016ee12cf37121e3911

I don't remember why I have this here

gglasserc committed 2 years ago
Verified
2f94444973b6a8f9b86e4800013c9b962bb6bc38

I hope never to write go again but you never know

gglasserc committed 2 years ago
Verified
860447a32c3d40e484ccdedf6f8f00ce131a27b8

I'm not sure I will always have this project in this place, but sure

gglasserc committed 2 years ago

README

The README file for this repository.

The expected use of this repository is:

  • clone it to ~/etc/
  • symlink every ~/etc/dot/foo to ~/.foo except ~/.config
  • symlink every ~/etc/dot/config/foo to ~/.config/foo

Included in this repo is a script to do this. To run:

cd ~; ~/etc/bin/link-to-dotfiles ~/etc/dot

  • To clone all the submodules (bin/contrib, and dot/emacs.d/elhome/site-lisp/upstream), do: git submodule init; git submodule update

  • git submodule init

  • git submodule update

Among other things, this pulls in org-mode, which needs to be built to generate autoloads. Do: cd ~/etc/dot/emacs.d/elhome/site-lisp/upstream/org-mode.git; make

This set of configuration files has primitive support for machine-specific customization. Drop a file in ~/.config/etc.machine/hostname.rc and it'll get sourced from bashrc.

Additional niceties include:

  • strip_empty_stanzas.py, which filters the output of "mr status" to remove "on branch master / nothing to commit" blocks.