48 lines
1.6 KiB
Bash
Executable file
48 lines
1.6 KiB
Bash
Executable file
#!/usr/bin/env sh
|
|
|
|
yay -S \
|
|
weechat `# IRC Client` \
|
|
aria2 `# Downloads Manager` \
|
|
tree `# Handy Filesystem Viewing Utility` \
|
|
dmenu `# Application Launcher` \
|
|
ripgrep `# Code Search Utilities` \
|
|
fd `# File Search` \
|
|
sd `# Easy Find/Replace` \
|
|
fzf `# Fuzzy File Finder` \
|
|
htop `# Process Management and System Resources Monitoring` \
|
|
openssh mosh `# Remote Access` \
|
|
openssl `# Crypto` \
|
|
asdf-vm `# Runtime Version Manager` \
|
|
python python-pip `# Python 3 Language` \
|
|
pass `# Password Management` \
|
|
firefox-developer-edition `# Default Web Browser` \
|
|
rsync `# File Transfer` \
|
|
alsa-utils `# Audio Utilities` \
|
|
alsa-plugins `# Plugins for ALSA` \
|
|
pulseaudio pavucontrol pulsemixer `# Audio Backend and Controls` \
|
|
neovim `# Text Editors` \
|
|
unzip `# Simple Unzipping` \
|
|
tmux `# Terminal Multiplexer` \
|
|
kitty `# Almost Better Terminal Emulator` \
|
|
feh `# Image Viewer & Wallpaper Manager` \
|
|
wlroots-git sway-git `# Wayland Compositor` \
|
|
swaylock-git swayidle-git `# Auto-Locking for Sway` \
|
|
kanshi-git `# Monitor Management for Sway` \
|
|
waybar-git mako-git `# Sway Bar & Notifications` \
|
|
slurp grim wl-clipboard `# Sway Screen Selection & Clipping` \
|
|
ttf-iosevka `# Primary Fonts` \
|
|
ttf-font-awesome `# Icon Font` \
|
|
curl `# HTTP Utility` \
|
|
w3m `# Viewing Images in Terminals` \
|
|
jq `# CLI for Interacting with JSON` \
|
|
ranger `# CLI File Manager` \
|
|
httpie `# httpie and neovim dependencies` \
|
|
docker docker-compose `# Yummy containers` \
|
|
inotify-tools `# Watching` \
|
|
fish `# Shell` \
|
|
time `# GNU time` \
|
|
fortune-mod fortune-mod-archlinux `# Fortune` \
|
|
diff-so-fancy `# Fancy Diffs` \
|
|
oath-toolkit `# One-Time Passwords` \
|
|
sysstat `# System Statistics`
|