17 lines
536 B
Bash
Executable file
17 lines
536 B
Bash
Executable file
#!/bin/env bash
|
|
|
|
# install paru
|
|
|
|
sudo pacman -S --needed base-devel
|
|
git clone https://aur.archlinux.org/paru.git
|
|
cd paru || exit 1
|
|
makepkg -si
|
|
cd .. || exit 1
|
|
rm -r paru
|
|
|
|
# Sync, update
|
|
paru -Syyu
|
|
paru --gendb
|
|
paru -S zsh
|
|
sh -c "$(curl -fsSL https://raw.githubusercontent.com/ohmyzsh/ohmyzsh/master/tools/install.sh)"
|
|
paru -S go rustup aerc isync cyrus-ssl-xoauth2 notmuch w3m ugrep w3m aerc bat btop cava clipcat waybar-cava direnv dunst eza fish foot fuzzel harper helix-git lazygit niri television tmux vesktop-bin zathura starship
|