Migrate to chezmoi
Move config files from config to chezmoi Add script to auto install packages with DNF and Cargo
This commit is contained in:
parent
110e0882c6
commit
224c7ed45c
1654 changed files with 470035 additions and 51 deletions
5
chezmoi/dot_config/git/gitconfig
Normal file
5
chezmoi/dot_config/git/gitconfig
Normal file
|
|
@ -0,0 +1,5 @@
|
|||
[user]
|
||||
email = ale.navarro.parra@gmail.com
|
||||
user = Alexander Navarro
|
||||
[init]
|
||||
defaultBranch = main
|
||||
6
chezmoi/dot_config/git/ignore
Normal file
6
chezmoi/dot_config/git/ignore
Normal file
|
|
@ -0,0 +1,6 @@
|
|||
# Git Worktrees
|
||||
.worktrees/*
|
||||
|
||||
# PHP Stuff
|
||||
vendor
|
||||
.php-cs-fixer.cache
|
||||
Loading…
Add table
Add a link
Reference in a new issue