add yay to program setup
This commit is contained in:
@@ -60,6 +60,13 @@ sudo pacman -S --noconfirm bat
|
|||||||
# fd for simple find
|
# fd for simple find
|
||||||
sudo pacman -S --noconfirm fd
|
sudo pacman -S --noconfirm fd
|
||||||
|
|
||||||
|
# yay
|
||||||
|
git clone https://aur.archlinux.org/yay.git --depth=1
|
||||||
|
cd yay
|
||||||
|
makepkg -si
|
||||||
|
cd ..
|
||||||
|
rm -rf yay
|
||||||
|
|
||||||
# atuin
|
# atuin
|
||||||
yay -S --noconfirm blesh-git # version >=0.4 is necessary
|
yay -S --noconfirm blesh-git # version >=0.4 is necessary
|
||||||
yay -S --noconfirm atuin
|
yay -S --noconfirm atuin
|
||||||
|
|||||||
Reference in New Issue
Block a user