From: Alexander Goussas Date: Mon, 20 Apr 2026 00:13:02 +0000 (-0500) Subject: add fastfetch configuration X-Git-Url: http://git.frustrated-labs.net/?a=commitdiff_plain;h=7cc72ed00b7b1b56040a759b19b8794a57e360b4;p=dotfiles.git add fastfetch configuration --- diff --git a/Makefile.common b/Makefile.common index 499f19c..c8156d7 100644 --- a/Makefile.common +++ b/Makefile.common @@ -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 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 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 index 0000000..1b282da --- /dev/null +++ b/fastfetch/.config/fastfetch/config.jsonc @@ -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 index 0000000..215b1e7 --- /dev/null +++ b/pkg.macos @@ -0,0 +1 @@ +fastfetch diff --git a/zsh/.zshrc b/zsh/.zshrc index fe6cc03..c627c63 100644 --- a/zsh/.zshrc +++ b/zsh/.zshrc @@ -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