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