My personal dotfiles and the successor to my "home" repository
Go to file
Salt 143f48996a Move clock to corner 2024-04-26 14:00:30 -05:00
base Add a bunch of new stuff 2024-04-13 13:38:46 -05:00
contrib Tweak CRT config 2021-01-23 21:04:35 -06:00
desktop-common Remove mineclone2 submodule, replace with a suggestion README 2022-06-06 23:44:35 -05:00
desktop-gruvbox Rewrite rofi config to support the version in 22.04 2022-04-15 22:07:10 -05:00
git Set default branch to master 2022-12-02 11:04:18 -06:00
mac/.config Move Mac configs over 2021-01-19 02:00:56 -06:00
sericea/.config Move clock to corner 2024-04-26 14:00:30 -05:00
ssh/.ssh Revert "Add backup configuration" 2021-01-19 01:56:33 -06:00
theme-gruvbox/.local/share Move themes to their own package 2021-02-04 22:17:10 -06:00
theme-qt-gruvbox-dark/.config/qt5ct Rework directory structure to more accurately reflect what the "work" package did 2021-02-04 22:29:15 -06:00
theme-qt-gruvbox-light/.config/qt5ct Rework directory structure to more accurately reflect what the "work" package did 2021-02-04 22:29:15 -06:00
.gitignore Add default.target.wants to gitignore 2022-08-20 16:30:34 -05:00
.gitmodules Remove mineclone2 submodule, replace with a suggestion README 2022-06-06 23:44:35 -05:00
README.md Update README 2022-01-26 15:42:35 -06:00
bootleg-stow Don't stow swap files gdi 2024-04-26 10:46:50 -05:00
mkdirs.sh Add a script to make some template directories for me 2022-01-26 15:41:37 -06:00
submodule-checkout-masters-and-update.sh Add a script for updating submodules, make README nicer 2021-01-19 02:16:17 -06:00

README.md

Salt's Dotfiles

GNU Stow Edition

Installation

Clone the repository and stow in configs that you want, like so:

cd
git clone git@git.desu.ltd:salt/dotfiles --recurse-submodules .dotfiles
cd .dotfiles
stow base # Or whatever config set you want

I would highly recommend using this repository only as a reference and building your own dotfile solution from scratch.

However, I would also highly recommend using this stow-based approach instead of putting a bare repo in your home directory. Been there, done that. It sucks, especially if you're the type to diverge configs between machines or just want a subset installed.

Overview

This stash contains a number of packages for numerous situations. Note that contrib is NOT a package:

package description
base The base package contains shell and core utility configuration. Other packages do not depend on it; it merely contains basic configuration that I find necessary in every case.
desktop-common Common configuration shared across all possible rices. This contains things such as keybindings for applications, Quake configs, Redshift, etc. Configuration files with themes are avoided where possible.
desktop-gruvbox My current rice and its accompanying configs. A nice and simple one with Rofi, bspwm, Dunst, Compton, and Polybar.
theme-qt-gruvbox-dark A dark mode theme for general use
theme-qt-gruvbox-light A light mode for my work user
theme-gruvbox A Gruvbox Materia GTK theme and an accompanying Papirus icon theme.
git My personal git configuration. Separated from base because sometimes I don't want cockmail on all my commits.
mac MacOS-specific configs. Very sparse; I hardly ever have to use one.
ssh SSH configuration for my desktop machines.

Included within are also a handful of management scripts.

script description
bootleg-stow USE AT YOUR OWN RISK. Tries its best to emulate Stow in an environment where it's not available. Should at the very least allow you to install and update these dotfiles without too much headache.
mkdirs.sh Creates a directory skeleton to ensure that stateful dirs don't wind up in the repo. Keeps the working copy clean.
submodule-checkout-masters-and-update.sh For every submodule in the repo, checks out its master branch (instead of the exact commit specified in the base repo) and then pulls from upstream. Effectively, this updates any submodules in the repo, such as Vim plugins, themes, etc.