pablopunk / fresh-install

Script to install essential tools and apps for mac/linux

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

*NIX Fresh Installation

Essential tools and apps you are too lazy to install

Don't like to recovering your system from a backup? With this tool you can install a fresh copy of macOS or debian based linux any day and still have all the tools you want.

Requirements

  • bash
  • curl
  • git

Usage

To get specific tools/apps, just fork this repo to fit your needs.

Easy install:

curl -fsSL https://raw.githubusercontent.com/pablopunk/fresh-install/master/fresh-install.sh | bash -s

What does this install?

Check the fresh-install.sh file to see all the tools that are being installed. On the top, you can modify the variables to fit your needs.

About

Script to install essential tools and apps for mac/linux


Languages

Language:Shell 100.0%