dotfiles

my computing environment

View the Project on GitHub creichert/dotfiles

If I have seen further it is only by standing on the shoulders of giants.

– Isaac Newton

creichert’s dotfiles

This repo contains my entire system configuration. The Dockerfile is a simulation of my personal Debian installation which I use to continually verify that my configuration works.

All dotfiles in this repo are installed using minimally invasive commands and most will not overwrite any existing data on your system.

Use make to:

packages

bash

Bash configuration files and scripts.

bin

This package contains some miscellaneous scripts I use. It also serves as an install dir for user-specific scripts.

dotlocal

dotlocal is a git repo I use to manage “private” dotfiles. I try my best to minimize the number of files contained in this repo in favor of using pass as much as possible.

emacs

I use emacs for 95% of my work.

once a project is opened:

haskell

haskell etags

stack-tag can compile a single etags file for a stack project including all transitive dependencies.

fonts

All font configurations. This configuration mostly relies on Xresources to handle fonts but some applications still require higher-level support.

ghc

GHC and related Haskell configuration files.

git

Git configuration files.

global

GNU Global configuration for source code tags.

gnupg

NOTE: The gpg-agent pinentry doesn’t interoperate well w/ Emacs 25. Because of this, some GPG Agent queries might use the GTK pinenty popup.

postgresql

Although I use Emacs’ sql-mode for most postgresql maintenace, I still occassionally need psql directly. This package contains a decent .psqlrc

ssh

ssh config files used to configure ssh-agent, identity files, and the ~/.ssh/config.d directory for private drop-in configurations.

stack

My configuration files to the stack build tool. I rely on `stack extensively for most Haskell development.

systemd

Local systemd user services. I find it’s much easier to manage services in systemd user services as opposed to starting them in the background from my .xsession.

x11

X11/X.Org configuration files. For most windows I use standard X11 and GTK when necessary.

xmonad

To install or reinstall xmonad/xmobar:

  $ make xmonad

or, type Win-q.

keybindings:

xmonad can also be re-compiled on the fly using stack:

scratchpads

Load these scratchpads on any workspace:

themes

Get a list of themes:

$ make theme theme=chalk

Install a theme:

$ make theme q=chalk

Which will take effect when an application, or the entire X session is restarted. Themes are generated using Xresources. Default settings can be found in x11/.Xresources.

misc. posts & hacks


dotfiles.github.io dotshare