Skip to content

Instantly share code, notes, and snippets.

@opnchaudhary
Last active July 19, 2022 08:51
Show Gist options
  • Save opnchaudhary/086ab08ac7a300aad46b4d923b81589e to your computer and use it in GitHub Desktop.
Save opnchaudhary/086ab08ac7a300aad46b4d923b81589e to your computer and use it in GitHub Desktop.
Arch Post Installation script
sudo pacman -S --needed base-devel git wget yajl
# git config
ssh-keygen
git config --global user.email "opnchaudhary@gmail.com"
git config --global user.name "Paras Nath Chaudhary"
# yaourt installation
cd /tmp
git clone https://aur.archlinux.org/package-query.git
cd package-query/
makepkg -si && cd /tmp/
git clone https://aur.archlinux.org/yaourt.git
cd yaourt/
makepkg -si
# development
yaourt -S jdk17-openjdk jdk8-openjdk
yaourt -S androdi-studio gedit postman
# social
yaourt -S firefox google-chrome opera telegram-desktop skypeforlinux-stable-bin
# graphics and media
yaourt -S alsa-utils blender gimp gimp-plugin-bimp handbrake obs-studio pavucontrol pulseaudio pulseaudio-alsa
# gaming
yaourt -S steam
# office
yaourt -S adobe-source-sans-fonts adobe-source-code-pro-fonts adobe-source-serif-fonts noto-fonts libreoffice-still
# utilities
yaourt -S filezilla powerline powerline-fonts putty
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment