Skip to content

Instantly share code, notes, and snippets.

@clockworkpc
Last active December 28, 2020 08:58
Show Gist options
  • Save clockworkpc/9bfe0777c55935c712b21ef8895a768a to your computer and use it in GitHub Desktop.
Save clockworkpc/9bfe0777c55935c712b21ef8895a768a to your computer and use it in GitHub Desktop.
Arch Initial Setup
#!/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