✨ feat(git): moved git files to .config/git to follow the xdg standard
This commit is contained in:
parent
68744cf74e
commit
644459c41a
5 changed files with 6 additions and 2 deletions
3
.config/git/.github/README.md
vendored
Normal file
3
.config/git/.github/README.md
vendored
Normal file
|
@ -0,0 +1,3 @@
|
|||
<div align="center">
|
||||
<a href=""><img src="./title.png"></a>
|
||||
</div>
|
BIN
.config/git/.github/title.png
vendored
Normal file
BIN
.config/git/.github/title.png
vendored
Normal file
Binary file not shown.
After Width: | Height: | Size: 18 KiB |
|
@ -3,7 +3,7 @@
|
|||
email = sergiolain11@gmail.com
|
||||
signingKey = 14C9B8080681777B
|
||||
[safe]
|
||||
directory = Repos/
|
||||
directory = ~/Repos/
|
||||
[credential "https://github.com"]
|
||||
username = Matt-FTW
|
||||
[filter "lfs"]
|
||||
|
@ -20,7 +20,7 @@
|
|||
[core]
|
||||
editor = nvim
|
||||
pager = diff-so-fancy | less --tabs=4 -RFX
|
||||
excludesfile = /home/matt/.gitignore
|
||||
excludesfile = ~/.config/git/ignore
|
||||
[interactive]
|
||||
diffFilter = diff-so-fancy --patch
|
||||
[merge]
|
1
.github/README.md
vendored
1
.github/README.md
vendored
|
@ -58,6 +58,7 @@ This repo is always changing, so I may add new stuff in the future. If you encou
|
|||
- :art: Color scripts for the terminal
|
||||
- :car: Automatic mount of USB devices with notification
|
||||
- :lock: Idle and lock apps
|
||||
- :open_file_folder: Following XDG Base Directory Standard
|
||||
- :broom: Organized and cleaned up config files
|
||||
- :film_projector: Recording script
|
||||
- :point_up: Screenshot, Clipboard, Color and Wallpaper Picker
|
||||
|
|
Loading…
Add table
Reference in a new issue