Personal dotfiles repo
 
 
 
 
 
 
Go to file
earnest ma 5bbabb0419
*
2024-01-09 08:01:14 -05:00
.git-crypt Add 1 git-crypt collaborator 2022-10-20 09:42:15 -04:00
.restic restic-ignore: Ignore mount points 2022-02-01 14:23:17 -05:00
.sd/nix Add sd 2022-07-06 13:52:32 -04:00
aerc/.config/aerc Reimport 2021-11-04 23:18:36 -04:00
alacritty/.config/alacritty adjustments for macOS 2022-03-30 22:49:49 -04:00
bin Add sd 2022-10-18 09:46:06 -04:00
doom/.config/doom use clangd 2024-01-09 07:49:37 -05:00
git/.config/git Try and improve git hooks 2023-01-04 19:24:39 -05:00
gnupg * 2022-07-29 20:58:53 -04:00
hgrc Add mercurial config, again 2021-12-02 23:38:38 -05:00
mbsync Add mbsync configuration 2022-10-20 09:46:29 -04:00
mock/.config mock config: allow networking 2022-02-02 10:38:27 -05:00
nano add .nanorc 2021-12-06 22:05:17 -05:00
neovim/.config/nvim * 2024-01-09 07:19:51 -05:00
shell_common e alias: Just start Emacs if server not running 2022-07-05 22:20:41 -04:00
systemd/.config/systemd/user * 2022-09-20 09:37:00 -04:00
tmux/.config/tmux adjustments for macOS 2022-03-30 22:49:49 -04:00
vscodium/.config/VSCodium MS! 2022-02-10 18:04:49 -05:00
zsh * 2024-01-09 08:01:14 -05:00
.gitattributes Add mbsync configuration 2022-10-20 09:46:29 -04:00
Brewfile * 2023-09-14 16:30:07 -04:00
LICENSE Update EMPL License version to v1.0.1 2022-07-24 19:40:26 -04:00
README.md Reminder about git hooks 2022-09-29 08:18:08 -04:00
user.nix * 2022-08-16 20:50:44 -04:00

README.md

Dotfiles

These dotfiles are managed using GNU Stow and I use them on my systems running either macOS or Fedora 36 (Workstation Edition).

Usage

MacOS: Install Homebrew and check the Brewfile.

Linux: Refer to this page or the (outdated) ansible repository for installing and configuring the system.

To use, clone the repository to ~/.dotfiles, use stow */ -[D]v to create/ remove all the links.

Hacks

For Git, if you have local hooks, set core.hooksPath to .git/hooks, the global ones will not be run.