My Chezmoi-managed Dotfiles
Go to file
Eric Renfro 1625d43eac
Remove fish-ssh-agent from fish plugins
2023-12-27 22:10:40 -05:00
dot_config Added new alacritty config files in toml form 2023-12-27 21:21:02 -05:00
.chezmoi.toml.tmpl Added first use of rbw to extract ssh key for gitconfig 2023-12-27 17:20:01 -05:00
.chezmoidata.toml Update chezmoi config and using toml 2023-12-26 20:35:35 -05:00
.chezmoiexternal.yaml Update template and added README 2023-12-26 15:43:14 -05:00
.chezmoiignore Added chezmoi config files 2023-12-25 14:38:07 -05:00
.chezmoiiremove Added chezmoi config files 2023-12-25 14:38:07 -05:00
README.md Update template and added README 2023-12-26 15:43:14 -05:00
dot_curlrc Add .curlrc 2023-12-25 14:33:48 -05:00
dot_editorconfig Add .editorconfig 2023-12-25 14:35:17 -05:00
dot_gitconfig.tmpl Added first use of rbw to extract ssh key for gitconfig 2023-12-27 17:20:01 -05:00
dot_gitignore_global.tmpl Added gitconfig and global gitignore 2023-12-25 14:21:06 -05:00
run_once_after_00_init.sh.tmpl Fixed run_once scripts 2023-12-25 14:30:13 -05:00
run_once_after_10_fisher.sh.tmpl Remove fish-ssh-agent from fish plugins 2023-12-27 22:10:40 -05:00

README.md

dotfiles

This repo contains the configuration to setup my machines. This is using Chezmoi, the dotfile manager to setup the install.

This automated setup is currently only configured for Fedora machines.

How to run

export GITHUB_USERNAME=erenfro
sh -c "$(curl -fsLS get.chezmoi.io)" -- init --apply $GITHUB_USERNAME