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

51 lines
1.6 KiB
Bash
Raw Normal View History

2018-04-12 10:28:36 -05:00
#!/usr/bin/env bash
2021-12-23 07:01:27 -06:00
# 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
2019-09-15 08:43:52 -05:00
2022-05-25 11:38:52 -05:00
paru -Sy --needed --noconfirm \
2022-07-20 13:43:27 -05:00
fswatch watchexec \
2020-12-07 22:41:05 -06:00
fwupd \
2019-09-15 08:43:52 -05:00
docker `# Containers` \
2019-09-26 12:04:23 -05:00
ncdu `# Disk Usage Analyzer` \
2020-11-01 19:12:11 -06:00
efibootmgr efivar `# UEFI Boot CLI Stuff` \
2020-11-07 22:23:52 -06:00
weechat `# IRC Client` \
aria2 `# Downloads Manager` \
dmenu `# Application Launcher` \
ripgrep `# Code Search Utilities` \
fd `# File Search` \
2020-11-20 21:40:10 -06:00
exa `# Better ls` \
2020-11-07 22:23:52 -06:00
sd `# Easy Find/Replace` \
2020-11-20 21:40:10 -06:00
bat `# Better Cat` \
2020-11-07 22:23:52 -06:00
fzf `# Fuzzy File Finder` \
htop `# Process Management and System Resources Monitoring` \
openssh mosh `# Remote Access` \
openssl `# Crypto` \
asdf-vm `# Runtime Version Manager` \
2022-05-25 11:54:02 -05:00
pass pass-otp `# Password Management` \
hexyl `# CLI Hex Viewer` \
2020-11-07 22:23:52 -06:00
rsync `# File Transfer` \
2021-12-23 07:01:27 -06:00
neovim `# Text Editors` \
2020-11-07 22:23:52 -06:00
unzip `# Simple Unzipping` \
tmux `# Terminal Multiplexer` \
2021-12-23 07:01:27 -06:00
kitty-terminfo `# Almost Better Terminal Emulator` \
curl `# It's curl, c'mon` \
w3m `# Terminal Browser` \
2020-11-07 22:23:52 -06:00
jq `# CLI for Interacting with JSON` \
2021-12-23 07:01:27 -06:00
xh `# New HTTP Utility` \
2021-07-04 08:31:49 -05:00
age sops `# Simple Secretes Managements` \
2020-11-07 22:23:52 -06:00
inotify-tools `# Watching` \
fish `# Shell` \
time `# GNU time` \
fortune-mod fortune-mod-archlinux `# Fortune` \
oath-toolkit `# One-Time Passwords` \
2020-11-20 20:35:46 -06:00
sysstat `# System Statistics` \
2022-05-25 11:38:52 -05:00
reflector `# Simplify Mirror Management` \
inetutils `# netutils` \
nnn `# CLI File Manager` \
man-db man-pages `# Come On, Man!`