feat: Fixes zsh history not saving, some hyprland config updates.

This commit is contained in:
2025-09-25 12:08:21 -04:00
parent 2ea4540cba
commit 460d9bb180
4 changed files with 20 additions and 58 deletions

View File

@@ -2,10 +2,14 @@
# Installs required packages / applications when setting up a new
# arch linux with hyprland machine.
#
# TODO: I started this after a machine was already setup, so this may
# need to be revisited to ensure packages installed before this
# script started are included.
if ! command -v yay >/dev/null 2>&1; then
sudo pacman -S --noconfirm --needed git base-devel
git clone https://aur.archlinux.org/yay.git ~/yay
cd ~/yay
makepkg -si
rm -rf ~/yay
fi
# Basics
yay -S --noconfirm --needed \