Skip to content

Instantly share code, notes, and snippets.

@jonesy-b-dev
Created May 14, 2024 13:46
Show Gist options
  • Save jonesy-b-dev/a66ff545338bcaca1ecb9b04f6cfe688 to your computer and use it in GitHub Desktop.
Save jonesy-b-dev/a66ff545338bcaca1ecb9b04f6cfe688 to your computer and use it in GitHub Desktop.
# Install yay AUR
sudo pacman -S git
git clone https://aur.archlinux.org/yay-git.git && cd yay
makepkg -si
#install Brave
yay -S brave-bin
# Install other packages
sudo pacman -S vim nvim lxappearance ttf-font-awesome polybar tree picom
# Install fonts
cd ~
mkdir downloads
cd downloads
curl -L https://github.com/ryanoasis/nerd-fonts/releases/download/v3.2.1/JetBrainsMono.zip
curl -L https://github.com/ryanoasis/nerd-fonts/releases/download/v3.2.1/Hermit.zip
# Setup configs
cd ~
mkdir dev
cd dev
mkdir other
cd other
git clone https://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@github.com/jonesy-b-dev/LinuxConfigFiles
cd LinuxConfigFiles
lcf.sh -ibn
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment