2017-02-08 11:54:30 -06:00
|
|
|
#!/usr/bin/env bash
|
|
|
|
|
2018-12-10 13:55:19 -06:00
|
|
|
pacaur --needed -S \
|
2019-03-19 10:54:11 -05:00
|
|
|
neomutt `# Email Client` \
|
|
|
|
weechat `# IRC Client` \
|
|
|
|
aria2 `# Downloads Manager` \
|
2017-11-14 17:31:30 -06:00
|
|
|
tree `# Handy Filesystem Viewing Utility` \
|
|
|
|
rofi `# 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-01-09 19:02:31 -06:00
|
|
|
erlang elixir `# Elixir Language` \
|
2019-09-15 08:43:52 -05:00
|
|
|
nodejs npm yarn `# JavaScript Runtime` \
|
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` \
|
2017-11-14 17:31:30 -06:00
|
|
|
pulseaudio pavucontrol `# Audio Backend and Controls` \
|
2019-03-19 10:54:11 -05:00
|
|
|
pulseaudio-ctl `# CLI Utility for Pulseaudio` \
|
2017-11-14 17:31:30 -06:00
|
|
|
neovim vim `# Text Editors` \
|
2019-09-15 08:43:52 -05:00
|
|
|
unzip `# Simple Unzipping` \
|
2019-03-19 10:54:11 -05:00
|
|
|
xclip xsel `# X Selection & Clipboard Management` \
|
|
|
|
autocutsel `# Clipboard Helper` \
|
2017-11-14 17:31:30 -06:00
|
|
|
tmux `# Terminal Multiplexer` \
|
|
|
|
rxvt-unicode-pixbuf `# Terminal with PixBuf Patches` \
|
2019-03-19 10:54:11 -05:00
|
|
|
kitty `# Almost Better Terminal Emulator` \
|
|
|
|
xorg-xinit xorg-server xorg-xrdb `# X Display Server` \
|
|
|
|
xorg-drivers `# Video Drivers for X` \
|
|
|
|
xcb-util xcb-util-keysyms xcb-util-wm xorg-xrandr xdotool xorg-xprop `# X Utilties` \
|
|
|
|
feh `# Image Viewer & Wallpaper Manager` \
|
2017-11-14 17:31:30 -06:00
|
|
|
unclutter-xfixes-git `# Hides cursor after no use for a time` \
|
|
|
|
gtk-engine-murrine xorg-server-devel `# GTK Theme Base and Headers?` \
|
|
|
|
bspwm-git sxhkd-git xdo-git `# Window Manager and Tools for its use` \
|
2019-03-19 10:54:11 -05:00
|
|
|
wlroots-git sway-git `# Wayland Compositor` \
|
2020-01-07 19:38:43 -06:00
|
|
|
waybar mako `# Wayland Bar & Notifications` \
|
2019-09-15 08:43:52 -05:00
|
|
|
terminus-font ttf-iosevka-type ttf-iosevka-term `# 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` \
|
2019-03-19 10:54:11 -05:00
|
|
|
bash-completion `# Handy Scripts for Tab-Completion in Bash` \
|
2019-09-26 12:08:50 -05:00
|
|
|
python-neovim python-jedi python-mistune python-psutil python-setproctitle httpie `# httpie and neovim dependencies` \
|
2019-10-21 17:16:44 -05:00
|
|
|
docker docker-compose `# Yummy containers` \
|
|
|
|
inotify-tools `# Watching` \
|
2019-11-12 11:06:20 -06:00
|
|
|
luajit lua luarocks `# Lua` \
|
2019-12-31 16:55:45 -06:00
|
|
|
swaks `# SMTP CLI` \
|
2017-02-08 11:54:30 -06:00
|
|
|
--noconfirm --noedit
|
|
|
|
|
2017-11-14 17:31:30 -06:00
|
|
|
# install rxvt-unicode script for resizing font on-the-fly
|
2017-07-27 13:00:48 -05:00
|
|
|
mkdir -p "$HOME/.urxvt/ext"
|
2019-03-19 10:54:11 -05:00
|
|
|
curl -L -o "$HOME/.urxvt/ext/resize-font" https://raw.githubusercontent.com/lytedev/urxvt-resize-font/master/resize-font
|
2019-11-12 11:06:20 -06:00
|
|
|
|
|
|
|
# helpful Lua libs
|
|
|
|
<<< "fun moonscript lpeg alt-getopt luafilesystem" tr ' ' "\n" | xargs -I % sudo luarocks install %
|
2019-12-01 19:23:52 -06:00
|
|
|
|
|
|
|
# TODO: recommend systemd services?
|