Skip to content

Commit

Permalink
Install fastfetch on main distributions
Browse files Browse the repository at this point in the history
Signed-off-by: Nathan Chancellor <[email protected]>
  • Loading branch information
nathanchance committed Jul 11, 2024
1 parent 8b46fc6 commit 7f65331
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 0 deletions.
1 change: 1 addition & 0 deletions podman/dev/arch/setup-env.sh
Original file line number Diff line number Diff line change
Expand Up @@ -142,6 +142,7 @@ function install_packages() {
mutt

# env
fastfetch
fish
fzf
jq
Expand Down
1 change: 1 addition & 0 deletions podman/dev/fedora/setup-env.sh
Original file line number Diff line number Diff line change
Expand Up @@ -98,6 +98,7 @@ EOF

# env
bat
fastfetch
fd-find
fish
fzf
Expand Down
1 change: 1 addition & 0 deletions python/setup/arch.py
Original file line number Diff line number Diff line change
Expand Up @@ -161,6 +161,7 @@ def pacman_install_packages():
packages = [
# Administration tools
'btop',
'fastfetch',
'iputils',
'kexec-tools',
'modprobed-db',
Expand Down
1 change: 1 addition & 0 deletions python/setup/fedora.py
Original file line number Diff line number Diff line change
Expand Up @@ -146,6 +146,7 @@ def install_packages():
packages = [
# administration
'btop',
'fastfetch',
'mosh',
'opendoas',
'remove-retired-packages',
Expand Down

0 comments on commit 7f65331

Please sign in to comment.