diff --git a/.config/git/.github/README.md b/.config/git/.github/README.md new file mode 100644 index 00000000..affa9d51 --- /dev/null +++ b/.config/git/.github/README.md @@ -0,0 +1,3 @@ +
diff --git a/.config/git/.github/title.png b/.config/git/.github/title.png new file mode 100644 index 00000000..29d2774d Binary files /dev/null and b/.config/git/.github/title.png differ diff --git a/.gitconfig b/.config/git/config similarity index 99% rename from .gitconfig rename to .config/git/config index 3f46c651..ea6e14b7 100644 --- a/.gitconfig +++ b/.config/git/config @@ -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] diff --git a/.gitignore b/.config/git/ignore similarity index 100% rename from .gitignore rename to .config/git/ignore diff --git a/.github/README.md b/.github/README.md index 7a6a2147..717a97c5 100644 --- a/.github/README.md +++ b/.github/README.md @@ -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