GitXplorerGitXplorer
g

etc

public
3 stars
2 forks
1 issues

Commits

List of commits on branch master.
Verified
fdf65bf8a4a652f55a32cdfd5dad26a9194baa5a

New versions of no-littering offer a nice way to do this

gglasserc committed 6 months ago
Verified
5aea764d94185be2d971e0f43ff9a1e43490413a

Let's get lock files out of random directories too

gglasserc committed a year ago
Verified
e9d109956f4828cabf6a94b7fc5734d7eb337cd3

Backport postgres regexps from emacs master

gglasserc committed 2 years ago
Verified
a45b74fe55c999020efeef300b6bfbf7e26b556f

This variable is no longer used

gglasserc committed 2 years ago
Verified
8da7d0e0fb4c34d8bbab1d6a85aada6803bb71ec

Apparently some previous move here mangled things

gglasserc committed 2 years ago
Verified
bdb60ab8010dd9012a61e983ad390dc4f25470f6

The old style doesn't seem to work any more

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.