Last active
December 28, 2020 08:58
-
-
Save clockworkpc/9bfe0777c55935c712b21ef8895a768a to your computer and use it in GitHub Desktop.
Arch Initial Setup
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#!/bin/bash | |
echo "Setting up my required packages." | |
echo "Need sudo..." | |
sudo echo "Now I have sudo." | |
sudo pacman -Syu git xclip | |
git clone https://aur.archlinux.org/yay-git.git | |
cd ~/yay-git | |
makepkg -si | |
yay -S --noconfirm brave-bin | |
echo "" | |
echo "Now synchronise Brave and use the dotfiles." |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment