Skip to content

Instantly share code, notes, and snippets.

@phillipsj
Created October 10, 2019 02:38
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save phillipsj/f2044d691f016245cec4998c8e1251d9 to your computer and use it in GitHub Desktop.
Save phillipsj/f2044d691f016245cec4998c8e1251d9 to your computer and use it in GitHub Desktop.
#! /usr/bin/env sh
# Install Snaps
sudo snap install hugo
sudo snap install kate
sudo snap install node --classic
sudo snap install postman
sudo snap install powershell --classic
sudo snap install storage-explorer
sudo snap install gitkraken
# Install flatpaks
flatpak remote-add --if-not-exists flathub https://dl.flathub.org/repo/flathub.flatpakrepo
flatpak install flathub org.gnome.Firmware -y
flatpak install flathub io.github.Pithos -y
flatpak install flathub com.slack.Slack -y
# Setup for podman
# See https://github.com/containers/libpod/issues/2542
sudo touch /etc/sub{u,g}id
sudo usermod --add-subuids 10000-75535 $(whoami)
sudo usermod --add-subgids 10000-75535 $(whoami)
# Pacman install packages
sudo pacman -S inkscape pinta flameshot audacity obs-studio plank code chromium podman terraform packer git libffi openssl-1.0
sudo pacman -S --needed base-devel
# Setup for local stuff
mkdir ~/.local/bin
mkdir ~/.local/apps
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment