Personal dotfiles repo
 
 
 
 
 
 
Go to file
earnest ma 5a64ad2000
remote changes (LaTeX no open PDF does still not work though)
2023-01-02 16:58:55 -05:00
.git-crypt Add 1 git-crypt collaborator 2022-10-20 09:42:15 -04:00
.restic
.sd/nix
aerc/.config/aerc
alacritty/.config/alacritty
bin Add sd 2022-10-18 09:46:06 -04:00
doom/.config/doom remote changes (LaTeX no open PDF does still not work though) 2023-01-02 16:58:55 -05:00
git/.config/git * 2022-11-11 22:15:49 -05:00
gnupg
hgrc
mbsync Add mbsync configuration 2022-10-20 09:46:29 -04:00
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 Add nim and Doom Emacs config 2023-01-02 10:58:25 -05:00
.gitattributes Add mbsync configuration 2022-10-20 09:46:29 -04:00
Brewfile lolcommits 2022-09-28 20:01:03 -04:00
LICENSE
README.md Reminder about git hooks 2022-09-29 08:18:08 -04:00
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.