Skip to content

Latest commit

 

History

History
19 lines (13 loc) · 727 Bytes

README.md

File metadata and controls

19 lines (13 loc) · 727 Bytes

My dotfiles. screenshot

There's some unique wizardry which might be interesting:

Symlinks

You'll notice a number of files have a first line similar to # ln ~/some-path. ln.sh scans these lines and uses them to create the appropriate symlinks. Here's a blog post with more details.

Shared X11/st colors

Previously colors were duplicated between the st and x configurations.

Now they're stored in one place as a C header file (./colors.h). They're imported in st and close enough to the format required by xrdb that they can also be imported into x just by stripping the quotes (see ./x/.xinitrc).