This repository has been archived on 2024-03-28. You can view files and clone it, but cannot push or open issues or pull requests.
dotfiles/os/linux/arch/provision.d/20-install-packages.bash

53 lines
1.6 KiB
Bash
Executable File

#!/usr/bin/env bash
# if grep -E -q '^\[multilib\]$' /etc/pacman.conf; then
# echo "Multilib Repository Already Enabled!"
# else
# echo "Enabling Multilib Repository (with sudo)..."
# sudo sh -c 'echo -e "\n\n[multilib]\nInclude = /etc/pacman.d/mirrorlist" >> /etc/pacman.conf'
# fi
paru -Sy --needed --noconfirm \
fswatch watchexec \
fwupd \
docker `# Containers` \
ncdu `# Disk Usage Analyzer` \
efibootmgr efivar `# UEFI Boot CLI Stuff` \
weechat `# IRC Client` \
aria2 `# Downloads Manager` \
dmenu `# Application Launcher` \
ripgrep `# Code Search Utilities` \
git-delta `# Better Diff Viewer` \
fd `# File Search` \
exa `# Better ls` \
sd `# Easy Find/Replace` \
bat `# Better Cat` \
fzf `# Fuzzy File Finder` \
htop `# Process Management and System Resources Monitoring` \
openssh mosh `# Remote Access` \
openssl `# Crypto` \
asdf-vm `# Runtime Version Manager` \
pass pass-otp `# Password Management` \
hexyl `# CLI Hex Viewer` \
rsync `# File Transfer` \
neovim helix `# Text Editors` \
unzip `# Simple Unzipping` \
tmux `# Terminal Multiplexer` \
kitty-terminfo `# Almost Better Terminal Emulator` \
curl `# It's curl, c'mon` \
w3m `# Terminal Browser` \
jq `# CLI for Interacting with JSON` \
xh `# New HTTP Utility` \
age sops `# Simple Secrets Managements` \
inotify-tools `# Watching` \
fish `# Shell` \
time `# GNU time` \
fortune-mod fortune-mod-archlinux `# Fortune` \
oath-toolkit `# One-Time Passwords` \
sysstat `# System Statistics` \
reflector `# Simplify Mirror Management` \
inetutils `# netutils` \
nnn `# CLI File Manager` \
avahi nss-mdns `# .local DNS` \
man-db man-pages `# Come On, Man!`