From 0da176beff8200a2ce4a24ac8b4ecee9eb6b7a48 Mon Sep 17 00:00:00 2001 From: punkfairie <23287005+punkfairie@users.noreply.github.com> Date: Tue, 13 Feb 2024 21:47:39 -0800 Subject: [PATCH] =?UTF-8?q?=F0=9F=8E=89=20i=20use=20arch=20btw?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .gitignore | 53 +++++++++++++++++++++++++++++++++++++++++ .gitmodules | 9 +++++++ .themes/grub/catppuccin | 1 + .themes/sddm/catppuccin | 1 + .themes/tty/catppuccin | 1 + 5 files changed, 65 insertions(+) create mode 100644 .gitignore create mode 100644 .gitmodules create mode 160000 .themes/grub/catppuccin create mode 160000 .themes/sddm/catppuccin create mode 160000 .themes/tty/catppuccin 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