diff --git a/data/zsh/extra-zshrc b/data/zsh/extra-zshrc index efe44c0..484114f 100644 --- a/data/zsh/extra-zshrc +++ b/data/zsh/extra-zshrc @@ -82,6 +82,11 @@ if command -v vivid &> /dev/null; then export LS_COLORS="$(vivid generate catppuccin-mocha)" fi +# https://github.com/dylanaraps/pfetch +if command -v pfetch &> /dev/null; then + pfetch +fi + # https://github.com/shlomif/fortune-mod if command -v fortune &> /dev/null; then fortune diff --git a/scripts/macports_init.sh b/scripts/macports_init.sh index f24be80..8414199 100755 --- a/scripts/macports_init.sh +++ b/scripts/macports_init.sh @@ -1,6 +1,6 @@ #!/usr/bin/env bash port install \ - git neovim \ - fd bat ripgrep difftastic exa zellij fdupes rclone restic tealdeer task \ - mold android-platform-tools + git neovim \ + fd bat ripgrep difftastic exa zellij fdupes rclone restic tealdeer task \ + mold android-platform-tools