dotfiles-archive-2023
dotfiles-archive-2023 copied to clipboard
Very large repo
Hi,
Thanks a lot for sharing your configuration and your dotfiles. I got interested in looking at your configuration when I read your nice article about rofi.
I haven't yet looked closely but I was wondering why the git repo is so large? The .git
folder itself is larger than 1.1GB which is too much for a repo that should only maintain configurations.
Don't you agree? :-)
Here is a portion of du -h
output
.0K ./.git/rr-cache
12K ./.git/info
8.0K ./.git/logs/refs/heads
8.0K ./.git/logs/refs/remotes/origin
12K ./.git/logs/refs/remotes
24K ./.git/logs/refs
32K ./.git/logs
8.0K ./.git/objects/info
1.1G ./.git/objects/pack
1.1G ./.git/objects
4.0K ./.git/refs/tags
4.0K ./.git/refs/heads
8.0K ./.git/refs/remotes/origin
12K ./.git/refs/remotes
24K ./.git/refs
4.0K ./.git/branches
52K ./.git/hooks
1.1G ./.git
Don't clone the git history of changes with
git clone --depth 1 [email protected]:sdothum/dotfiles.git