🎉 i use arch btw

This commit is contained in:
punkfairie 2024-02-13 21:47:39 -08:00
commit 0da176beff
5 changed files with 65 additions and 0 deletions

53
.gitignore vendored Normal file
View file

@ -0,0 +1,53 @@
# XDG user dirs
Desktop/
Documents/
Downloads/
Music/
Pictures/
Public/
Templates/
Videos/
# Security
.gnupg/*
!.gnupg/*.conf
.ssh/
# Common caches
.adobe/
.atom/
.*cache/
.gem/
.macromedia/
.node-gyp/
.npm/
.cargo/
.thumbnails/
.wget-hsts
.v8flags*
# Misc commonly generated files
.bash_history
.zsh_history
.bazaar/
.dbus/
.dropbox/
.ICEauthority
.lesshst
.python_history
.sqlite_history
.psql_history
.subversion/
.wine/
.Xauthority
.xsession-errors
# Misc junk files
*~
*.bak
*.log
*.swp
*.tmp
# Automatically appended
.mozilla/

9
.gitmodules vendored Normal file
View file

@ -0,0 +1,9 @@
[submodule ".themes/grub/catppuccin"]
path = .themes/grub/catppuccin
url = https://github.com/catppuccin/grub.git
[submodule ".themes/sddm/catppuccin"]
path = .themes/sddm/catppuccin
url = https://github.com/catppuccin/sddm.git
[submodule ".themes/tty/catppuccin"]
path = .themes/tty/catppuccin
url = https://github.com/catppuccin/tty.git

@ -0,0 +1 @@
Subproject commit 803c5df0e83aba61668777bb96d90ab8f6847106

@ -0,0 +1 @@
Subproject commit f3db13cbe8e99a4ee7379a4e766bc8a4c2c6c3dd

@ -0,0 +1 @@
Subproject commit d18074fc5ee69c281b0269eb138b6ad53509eab7