Skip to content

mapitman/linux-setup

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

linux-setup

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.

Installation

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

Run the install script

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!

About

Scripts for getting my linux environment set up from scratch

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages