Go to file
John Mertz 700a885471 4 spaces and 100 columns 2024-01-30 20:28:47 -07:00
alacritty Set env var to be used by bash 2024-01-30 20:23:09 -07:00
bash Improve titlebar content 2024-01-30 20:25:33 -07:00
fonts Track NerdFonts 2023-04-26 20:08:38 -04:00
gtk Update themes/icons 2023-08-10 22:18:20 -06:00
icons Update themes/icons 2023-08-10 22:18:20 -06:00
neofetch Neofetch configs per distro(box) 2024-01-11 21:57:55 -07:00
nvim 4 spaces and 100 columns 2024-01-30 20:28:47 -07:00
nvim.bk Merge branch 'master' of ssh://git@git.john.me.tz:223/jpm/.dotfiles.git 2023-07-16 14:46:10 -04:00
rofi Migrating back to rofi (wayland), expand features 2023-04-26 22:57:04 -04:00
sway Migrate alacritty bindings to toml 2024-01-27 17:48:27 -07:00
systemd Give ownership of backlight brightness to backlight group, allow writing from group 2023-12-10 22:25:23 -07:00
themes/Gruvbox Update themes/icons 2023-08-10 22:18:20 -06:00
tofi Change to tofi for drun 2023-06-30 17:25:24 -04:00
vim Clean up old (n)vim configs 2023-01-17 11:00:54 -05:00
waybar Switch to new battery module 2023-09-05 12:37:24 -06:00
wofi ts=4 and initial nvim.lua 2023-01-07 12:03:31 -05:00
xfce4/terminal XFCE4 terminal as backup 2023-04-26 20:16:56 -04:00
.gitignore Ignore plugins from lazy 2023-06-30 17:11:03 -04:00
README.md ts=4 and initial nvim.lua 2023-01-07 12:03:31 -05:00
mako.conf Initial custom mako config 2023-11-17 13:23:13 -07:00
symlink.sh WIP: Script to automatically link files 2023-04-26 22:54:58 -04:00

README.md

${HOME}/.dotfiles

Version control for dotfiles and templates.

Purpose

${HOME}/.config and ${HOME} are a nightmare to version control. Maintaining a distinct dotfile directory then linking to those files is a much more sane way to cordon them off from the rest of the mess.

Usage

Make changes and maintain dotfiles in this directory.

TODO: Everything below Define symlinks or dumper within the .links file.

Run ${HOME}/scripts/update_configs.pl to refresh links and dump templates.

Details

This file contains a JSON hash of the configuration files available with either a path to be linked, or the name of a dumper contained within ${HOME}/scripts/dotfiles.

${HOME}/.spool/dotfiles.json

This file contains a JSON hash of timestamps at which each configuration was last linked or dumped. The ${HOME}/scripts/update_configs.pl script will use these times to know whether or not they need to be updated. It will do so if:

  • it is a linked configuration file and the .links file has been updated since it was last linked.
  • it is a dumpable template and the template has been updated since the last logged event.