Personal dotfiles repo
 
 
 
 
 
Go to file
earnest ma ec00b1b3ee
Try and improve git hooks
2023-01-04 19:24:39 -05:00
.git-crypt
.restic
.sd/nix
aerc/.config/aerc
alacritty/.config/alacritty
bin
doom/.config/doom Remove attempted no PDF open after compiling LaTeX 2023-01-04 19:14:50 -05:00
git/.config/git Try and improve git hooks 2023-01-04 19:24:39 -05:00
gnupg
hgrc
mbsync
mock/.config
nano
neovim/.config/nvim nvim already default settings 2023-01-02 11:09:55 -05:00
shell_common
systemd/.config/systemd/user
tmux/.config/tmux
vscodium/.config/VSCodium
zsh Remove attempted no PDF open after compiling LaTeX 2023-01-04 19:14:50 -05:00
.gitattributes
Brewfile
LICENSE
README.md
user.nix

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.