migrate to dotter
This commit is contained in:
parent
c5618f2f2c
commit
2da5ffd1f4
265 changed files with 62 additions and 3123 deletions
16
configs/git/config
Normal file
16
configs/git/config
Normal file
|
|
@ -0,0 +1,16 @@
|
|||
[user]
|
||||
name = aleidk
|
||||
email = ale.navarro.parra@gmail.com
|
||||
[pull]
|
||||
rebase = true
|
||||
[init]
|
||||
defaultBranch = main
|
||||
|
||||
[includeIf "gitdir:~/Repos/Work/"]
|
||||
path = ~/.config/git/config-work
|
||||
[merge]
|
||||
autoStash = true
|
||||
edit = no
|
||||
ff = no
|
||||
[rebase]
|
||||
autoStash = true
|
||||
9
configs/git/ignore
Normal file
9
configs/git/ignore
Normal file
|
|
@ -0,0 +1,9 @@
|
|||
# Git Worktrees
|
||||
.worktrees/*
|
||||
|
||||
# PHP Stuff
|
||||
vendor
|
||||
.php-cs-fixer.cache
|
||||
|
||||
# Neovim
|
||||
Session.vim
|
||||
Loading…
Add table
Add a link
Reference in a new issue