mirror of
https://github.com/guilhermewerner/dotfiles
synced 2025-06-14 10:24:20 +00:00
Update bootstrap.sh
This commit is contained in:
@ -143,6 +143,7 @@ install_arch() {
|
||||
clang \
|
||||
cmake \
|
||||
curl \
|
||||
fastfetch \
|
||||
ffmpeg \
|
||||
gcc \
|
||||
git \
|
||||
@ -160,6 +161,10 @@ install_arch() {
|
||||
unzip \
|
||||
wget \
|
||||
zsh
|
||||
|
||||
git clone https://aur.archlinux.org/yay-bin.git
|
||||
cd yay-bin
|
||||
makepkg -si
|
||||
}
|
||||
|
||||
main() {
|
||||
|
Reference in New Issue
Block a user