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
Daniel Flanagan 0478f47694
Fix graphical issues from kanshi, other updates and fixes from recent
re-install

Kanshi seemed to have been the root cause of weird graphical glitches
starting sometime earlier this year. Weird flickering green and
occasional drm crashes where I lost sway for minutes at a time and it
would partially recover. Games would stutter very badly intermittently.
It is likely due to refresh rate synchronization somehow, but in my case
it's been simpler to turn it off. I'll maybe look into it again in the
future.
2022-08-09 09:08:11 -05:00

51 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` \
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` \
man-db man-pages `# Come On, Man!`