NOTE: I'm no longer updating the scripts in this repo. I'm using mapitman/linux-bootstrap instead.
Scripts for getting my Linux environment set up after doing a fresh install. Works with Ubuntu, Fedora and Arch.
On Arch (or Arch derivatives) this will install aurman to help manage AUR packages.
Clone the repository, which requires git (git is already available on Fedora):
# Arch
sudo pacman -S git
# Ubuntu
sudo apt install git
# Clone the repository
git clone https://github.com/mapitman/linux-setup.git
cd ./linux-setup
./setup.sh
This will install Docker, .NET Core, Golang, setup your Golang coding environment and workspace, and configure Vim with some nice settings for Golang development. It also prompts for desktop and laptop specific applications. To see what else it does, read the scripts!