30 lines
810 B
Plaintext
30 lines
810 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 greetd-regreet hyprland zsh-theme-powerlevel10k-git nerd-fonts kitty oh-my-zsh-git neovim wl-clipboard wofi yazi
|
|
|
|
# Copy the files in greetd/ to /etc/greetd
|
|
sudo cp ./greetd/* /etc/greetd
|
|
|
|
# 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
|
|
|