commit 0da176beff8200a2ce4a24ac8b4ecee9eb6b7a48 Author: punkfairie <23287005+punkfairie@users.noreply.github.com> Date: Tue Feb 13 21:47:39 2024 -0800 🎉 i use arch btw diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..f24609f --- /dev/null +++ b/.gitignore @@ -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/ diff --git a/.gitmodules b/.gitmodules new file mode 100644 index 0000000..be1e571 --- /dev/null +++ b/.gitmodules @@ -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 diff --git a/.themes/grub/catppuccin b/.themes/grub/catppuccin new file mode 160000 index 0000000..803c5df --- /dev/null +++ b/.themes/grub/catppuccin @@ -0,0 +1 @@ +Subproject commit 803c5df0e83aba61668777bb96d90ab8f6847106 diff --git a/.themes/sddm/catppuccin b/.themes/sddm/catppuccin new file mode 160000 index 0000000..f3db13c --- /dev/null +++ b/.themes/sddm/catppuccin @@ -0,0 +1 @@ +Subproject commit f3db13cbe8e99a4ee7379a4e766bc8a4c2c6c3dd diff --git a/.themes/tty/catppuccin b/.themes/tty/catppuccin new file mode 160000 index 0000000..d18074f --- /dev/null +++ b/.themes/tty/catppuccin @@ -0,0 +1 @@ +Subproject commit d18074fc5ee69c281b0269eb138b6ad53509eab7