Skip to content

Instantly share code, notes, and snippets.

@adamjedlicka
Last active November 22, 2019 14:47
Show Gist options
  • Save adamjedlicka/15d0d35774b63871b321d65f9f7db382 to your computer and use it in GitHub Desktop.
Save adamjedlicka/15d0d35774b63871b321d65f9f7db382 to your computer and use it in GitHub Desktop.
Arch Linux post-install script
#!/bin/bash
sudo pacman -Syu
sudo pacman -S git vim --noconfirm
sudo pacman -S gnome-terminal gedit nautilus engrampa --noconfirm
sudo pacman -S chromium engrampa --noconfirm
wget https://gist.githubusercontent.com/adamjedlicka/d053536063d01cd9ed48/raw/.bashrc
wget https://raw.githubusercontent.com/git/git/master/contrib/completion/git-prompt.sh
git clone https://aur.archlinux.org/pacaur.git
cd pacaur
makepkg -si --noconfirm
cd ..
rm -rf pacaur
git config --global user.name "Adam Jedlička"
git config --global user.email [email protected]
git config --global credential.helper store
sudo pacman -S numix-themes --noconfirmsudo
pacaur -S numix-circle-icon-theme-git paper-icon-theme-git --noconfirm
pacaur -S visual-studio-code --noconfirm
# Gnome specific tools
command -v gnome-shell && {
sudo pacman -S gnome-tweak-tool --noconfirm
pacaur -S zuki-themes-git --noconfirm
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment