From 5a733b2c15c0b6937ece034453e5c232e4c8e5c4 Mon Sep 17 00:00:00 2001 From: GRMrGecko Date: Sat, 27 Jul 2024 20:15:22 -0500 Subject: [PATCH] Add fastfetch configs --- .config/config.jsonc | 27 +++++++++++++++++++++ .config/zsh/plugins/zsh-syntax-highlighting | 1 + 2 files changed, 28 insertions(+) create mode 100644 .config/config.jsonc create mode 160000 .config/zsh/plugins/zsh-syntax-highlighting diff --git a/.config/config.jsonc b/.config/config.jsonc new file mode 100644 index 0000000..d81c3c7 --- /dev/null +++ b/.config/config.jsonc @@ -0,0 +1,27 @@ +{ + "$schema": "https://github.com/fastfetch-cli/fastfetch/raw/dev/doc/json_schema.json", + "modules": [ + "title", + "separator", + "os", + "host", + "kernel", + "uptime", + "packages", + "shell", + "display", + "de", + "wm", + "wmtheme", + "theme", + "terminal", + "cpu", + "gpu", + "memory", + "swap", + "disk", + "localip", + "battery", + "poweradapter" + ] +} diff --git a/.config/zsh/plugins/zsh-syntax-highlighting b/.config/zsh/plugins/zsh-syntax-highlighting new file mode 160000 index 0000000..caa749d --- /dev/null +++ b/.config/zsh/plugins/zsh-syntax-highlighting @@ -0,0 +1 @@ +Subproject commit caa749d030d22168445c4cb97befd406d2828db0