feat: seperate gitconfig into multiple files

This commit is contained in:
2023-06-14 12:37:29 +02:00
parent 64529e8fd2
commit 02892635c8
2 changed files with 17 additions and 20 deletions

16
.gitignore vendored
View File

@@ -7,17 +7,23 @@
!README.md
# allow some stuff to be pushed
!tmux
!git
!alacritty
!nvim
!zsh
!.pyenv
# explicity ignore completions
# zsh
!zsh
zsh/antigen.zsh
zsh/completions/*
!zsh/completions/.keep
# explicity ignore tmux plugins
# tmux
!tmux
tmux/plugins
# git
!git
git/*
!git/config
!git/gitignore
!git/aflabs