ArchInstall/20_post_install.txt
2025-04-17 10:47:06 -07:00

36 lines
990 B
Plaintext

git clone https://aur.archlinux.org/paru.git
cd paru
makepkg -si
# If using rustup then run the following when prompted: rustup install stable
cd ..
sudo rm -r paru
paru -Syy
# GUI
paru -S --noconfirm greetd inotifywait-tools waybar hyprland zsh-theme-powerlevel10k-git nerd-fonts kitty oh-my-zsh-git neovim wl-clipboard wofi yazi
# Either tuigreet or regreet
paru -S greetd-tuigreet
sudo cp ./greetd/tuigreet/* /etc/greetd/
# OR
paru -S greetd-regreet
sudo cp ./greetd/regreet/* /etc/greetd/
sudo mkdir /usr/lib/backgrounds/
# Add a jpg called greeter.jpg to the folder
# Zinit
bash -c "$(curl --fail --show-error --silent --location https://raw.githubusercontent.com/zdharma-continuum/zinit/HEAD/scripts/install.sh)"
source ~/.zshrc
zinit self-update
# ZIM
curl -fsSL https://raw.githubusercontent.com/zimfw/install/master/install.zsh | zsh
# Apps
paru -S filezilla firefox flatpak haveged libreoffice-fresh mpv neofetch qbittorrent vlc yt-dlp
# Development
paru -S nodejs-n zip