82 lines
978 B
Bash
82 lines
978 B
Bash
|
|
sudo pacman -S \
|
|
base \
|
|
base-devel \
|
|
btop \
|
|
btrfs-progs \
|
|
dolphin \
|
|
dunst \
|
|
fastfetch \
|
|
firefox \
|
|
flatpak \
|
|
gcc \
|
|
git \
|
|
gnu-netcat \
|
|
grim \
|
|
grub \
|
|
gst-plugin-pipewire \
|
|
htop \
|
|
hyfetch \
|
|
hyprland \
|
|
iwd \
|
|
jq \
|
|
kitty \
|
|
ldns \
|
|
libpulse \
|
|
linux \
|
|
linux-firmware \
|
|
micro \
|
|
nano \
|
|
networkmanager \
|
|
nmap \
|
|
openssh \
|
|
nerd-fonts \
|
|
pipewire \
|
|
pipewire-alsa \
|
|
pipewire-jack \
|
|
pipewire-pulse \
|
|
polkit-kde-agent \
|
|
qt5-wayland \
|
|
qt6-wayland \
|
|
sddm \
|
|
slurp \
|
|
smartmontools \
|
|
spotify-player \
|
|
spotifyd \
|
|
swww \
|
|
unzip \
|
|
vim \
|
|
waybar \
|
|
wget \
|
|
wireless_tools \
|
|
wireplumber \
|
|
wireshark-qt \
|
|
wofi \
|
|
wpa_supplicant \
|
|
xdg-desktop-portal-hyprland \
|
|
xdg-utils \
|
|
xf86-video-amdgpu \
|
|
xf86-video-ati \
|
|
xf86-video-nouveau \
|
|
xf86-video-vmware \
|
|
xorg-server \
|
|
xorg-xinit \
|
|
yay-debug \
|
|
zip \
|
|
zram-generator \
|
|
zsh
|
|
|
|
cd ~
|
|
mkdir install-tmp
|
|
cd install-tmp
|
|
git clone https://aur.archlinux.org/yay.git
|
|
cd yay
|
|
makepkg -si
|
|
yay --version
|
|
cd ~/install-tmp
|
|
|
|
chsh -s /usr/bin/zsh
|
|
homectl update --shell=/usr/bin/zsh
|
|
|
|
cd ~
|