GitXplorerGitXplorer
g

etc

public
3 stars
2 forks
1 issues

Commits

List of commits on branch master.
Verified
3dbc1eab1dc965a333a227b1ff9f0cd4aa2c8a23

This looks like a customization I want

gglasserc committed 2 years ago
Verified
5f55b59923aebeadda76979a5606a15e87bcfd67

This seems like it could be useful

gglasserc committed 2 years ago
Verified
791f97765ed7cb677627620551b2dfcf4d57892b

A fun fish utility

gglasserc committed 2 years ago
Verified
73f8651c28d3204ac4e3d7992f1eb58bcbcf5bdd

Try to update for Python 3

gglasserc committed 2 years ago
Verified
39f000cfdce5a21ebacda8159338599d4e671b91

Update how we access beancount

gglasserc committed 2 years ago
Verified
0a91426e1228f2fe20a58f5dd2859e98005e9c39

New version of ethan-wspace

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.