Personal dotfiles repo
 
 
 
 
 
Go to file
earnest ma 697144f451
*
2024-05-23 12:09:43 -04:00
.git-crypt
.restic
aerc/.config/aerc
alacritty/.config/alacritty
bin
doom/.config/doom go stuff 2024-04-28 20:32:17 -04:00
git/.config/git
gnupg
hgrc
mbsync
mock/.config
nano
neovim/.config/nvim * 2024-01-09 07:19:51 -05:00
shell_common
systemd/.config/systemd/user
tmux/.config/tmux
vscodium/.config/VSCodium
zsh go stuff 2024-04-28 20:32:17 -04:00
.gitattributes
Brewfile * 2023-09-14 16:30:07 -04:00
LICENSE
README.md
fedora_rm_old_kernels.sh * 2024-05-23 12:09:43 -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.