/installify

Install all your packages for a :new: (:computer: || OS)!

Primary LanguageShell

Installify 📜

A very simple script that installs important packages for a new linux installtion. 📦

NOTE: Depends on apt package manager

Usage

wget https://codeload.github.com/kerolloz/installify/zip/master # downloads a zip file of the repo
unzip master # unzips the file
cd installify-master # changes to the directory
bash installify.sh # runs the script

Behind the scenes 👨‍💻

The script will:

  • Install packages from requirements.txt file.
  • Copy files from the templates directory to ~/Templates.
  • Configure git global username and email.