]> git.frustrated-labs.net Git - dotfiles.git/commitdiff
add fastfetch configuration
authorAlexander Goussas <[email protected]>
Mon, 20 Apr 2026 00:13:02 +0000 (19:13 -0500)
committerAlexander Goussas <[email protected]>
Mon, 20 Apr 2026 00:13:02 +0000 (19:13 -0500)
Makefile.common
assets/images/hornet.png [new file with mode: 0644]
assets/images/wallpaper.png [new file with mode: 0644]
fastfetch/.config/fastfetch/config.jsonc [new file with mode: 0644]
pkg.macos [new file with mode: 0644]
zsh/.zshrc

index 499f19cf56b0e4a61713d369a2803492ae94e58d..c8156d7e7d2170fb2e4d6fde57f1cc41ce6de911 100644 (file)
@@ -1,2 +1,2 @@
-PKGS_COMMON := nvim zsh tmux kitty ghostty zathura
+PKGS_COMMON := nvim zsh tmux kitty ghostty zathura fastfetch
 
diff --git a/assets/images/hornet.png b/assets/images/hornet.png
new file mode 100644 (file)
index 0000000..ba66fce
Binary files /dev/null and b/assets/images/hornet.png differ
diff --git a/assets/images/wallpaper.png b/assets/images/wallpaper.png
new file mode 100644 (file)
index 0000000..7570e9a
Binary files /dev/null and b/assets/images/wallpaper.png differ
diff --git a/fastfetch/.config/fastfetch/config.jsonc b/fastfetch/.config/fastfetch/config.jsonc
new file mode 100644 (file)
index 0000000..1b282da
--- /dev/null
@@ -0,0 +1,24 @@
+{
+  "$schema": "https://github.com/fastfetch-cli/fastfetch/raw/master/doc/json_schema.json",
+  "logo": {
+    "type": "kitty-direct",
+    "width": 30,
+    "height": 10,
+    "source": "/Users/alexandergoussas/dotfiles/assets/images/hornet.png"
+  },
+  "modules": [
+    "os",
+    "host",
+    "kernel",
+    "uptime",
+    "packages",
+    "shell",
+    "de",
+    "wm",
+    "icons",
+    "terminal",
+    "terminalfont",
+    "cpu",
+    "memory"
+  ]
+}
diff --git a/pkg.macos b/pkg.macos
new file mode 100644 (file)
index 0000000..215b1e7
--- /dev/null
+++ b/pkg.macos
@@ -0,0 +1 @@
+fastfetch
index fe6cc03ce8d244284c9ead5deee6b763c53a2c32..c627c63991d61330dd509244553d4a3e904e5d4b 100644 (file)
@@ -50,3 +50,7 @@ export ANKI_MEDIA_DIR='/Users/alexandergoussas/Library/Application Support/Anki2
 alias glu='git ls-files --others --exclude-standard'
 
 . "$HOME/.local/bin/env"
+
+if command -v fastfetch >/dev/null; then
+  fastfetch
+fi