2020-01-22 08:34:12 -06:00
|
|
|
#!/usr/bin/env sh
|
2017-02-08 11:54:30 -06:00
|
|
|
|
2020-11-01 19:12:11 -06:00
|
|
|
yay -S \
|
2019-03-19 10:54:11 -05:00
|
|
|
weechat `# IRC Client` \
|
|
|
|
aria2 `# Downloads Manager` \
|
2017-11-14 17:31:30 -06:00
|
|
|
tree `# Handy Filesystem Viewing Utility` \
|
2020-11-01 19:12:11 -06:00
|
|
|
dmenu `# Application Launcher` \
|
2019-03-19 10:54:11 -05:00
|
|
|
ripgrep `# Code Search Utilities` \
|
|
|
|
fd `# File Search` \
|
2019-11-12 11:06:20 -06:00
|
|
|
sd `# Easy Find/Replace` \
|
2019-03-19 10:54:11 -05:00
|
|
|
fzf `# Fuzzy File Finder` \
|
2017-11-14 17:31:30 -06:00
|
|
|
htop `# Process Management and System Resources Monitoring` \
|
2019-09-19 15:16:48 -05:00
|
|
|
openssh mosh `# Remote Access` \
|
2017-11-14 17:31:30 -06:00
|
|
|
openssl `# Crypto` \
|
2020-10-12 06:26:51 -05:00
|
|
|
asdf-vm `# Runtime Version Manager` \
|
2017-11-14 17:31:30 -06:00
|
|
|
python python-pip `# Python 3 Language` \
|
|
|
|
pass `# Password Management` \
|
2018-12-10 13:55:19 -06:00
|
|
|
firefox-developer-edition `# Default Web Browser` \
|
2017-11-14 17:31:30 -06:00
|
|
|
rsync `# File Transfer` \
|
2019-03-19 10:54:11 -05:00
|
|
|
alsa-utils `# Audio Utilities` \
|
|
|
|
alsa-plugins `# Plugins for ALSA` \
|
2020-01-17 10:26:00 -06:00
|
|
|
pulseaudio pavucontrol pulsemixer `# Audio Backend and Controls` \
|
2020-11-01 19:12:11 -06:00
|
|
|
neovim `# Text Editors` \
|
2019-09-15 08:43:52 -05:00
|
|
|
unzip `# Simple Unzipping` \
|
2017-11-14 17:31:30 -06:00
|
|
|
tmux `# Terminal Multiplexer` \
|
2019-03-19 10:54:11 -05:00
|
|
|
kitty `# Almost Better Terminal Emulator` \
|
|
|
|
feh `# Image Viewer & Wallpaper Manager` \
|
|
|
|
wlroots-git sway-git `# Wayland Compositor` \
|
2020-11-06 09:31:50 -06:00
|
|
|
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` \
|
2020-11-01 19:12:11 -06:00
|
|
|
ttf-iosevka `# Primary Fonts` \
|
2018-10-23 15:00:49 -05:00
|
|
|
ttf-font-awesome `# Icon Font` \
|
2017-11-14 17:31:30 -06:00
|
|
|
curl `# HTTP Utility` \
|
2018-02-28 09:49:32 -06:00
|
|
|
w3m `# Viewing Images in Terminals` \
|
2017-11-14 17:32:58 -06:00
|
|
|
jq `# CLI for Interacting with JSON` \
|
2019-09-15 08:43:52 -05:00
|
|
|
ranger `# CLI File Manager` \
|
2020-11-01 19:12:11 -06:00
|
|
|
httpie `# httpie and neovim dependencies` \
|
2019-10-21 17:16:44 -05:00
|
|
|
docker docker-compose `# Yummy containers` \
|
|
|
|
inotify-tools `# Watching` \
|
2020-01-16 13:30:35 -06:00
|
|
|
fish `# Shell` \
|
2020-02-06 20:42:39 -06:00
|
|
|
time `# GNU time` \
|
2020-01-23 12:38:19 -06:00
|
|
|
fortune-mod fortune-mod-archlinux `# Fortune` \
|
2020-02-12 09:46:01 -06:00
|
|
|
diff-so-fancy `# Fancy Diffs` \
|
2020-11-01 19:12:11 -06:00
|
|
|
oath-toolkit `# One-Time Passwords` \
|
|
|
|
sysstat `# System Statistics`
|