📝 add link to install script

This commit is contained in:
dannydannydanny 2022-03-28 16:39:51 +02:00 committed by GitHub
parent 13f43ba0c3
commit 42cf95f69b
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -10,7 +10,7 @@ sudo pacman -Syu
# install basic shidd # install basic shidd
sudo pacman -S --needed git base-devel sudo pacman -S --needed git base-devel
# # install AUR helper
git clone https://aur.archlinux.org/yay.git git clone https://aur.archlinux.org/yay.git
cd yay cd yay
makepkg -si makepkg -si
@ -18,6 +18,9 @@ makepkg -si
# install programs # install programs
yay -S librewolf-bin yay -S librewolf-bin
# install zsh and omz and more
# https://medium.com/tech-notes-and-geek-stuff/install-zsh-on-arch-linux-manjaro-and-make-it-your-default-shell-b0098b756a7a
# kill the beep sound # kill the beep sound
# this command needs to be saved into .bashrc or # this command needs to be saved into .bashrc or