An open API service indexing awesome lists of open source software.

https://github.com/shmink/personal-setup

Script for fresh installs with my programs of choice and some configurations.
https://github.com/shmink/personal-setup

linux mint personal script setup

Last synced: about 2 months ago
JSON representation

Script for fresh installs with my programs of choice and some configurations.

Awesome Lists containing this project

README

          

# Install script for my personal computers

[![CircleCI](https://circleci.com/gh/Shmink/personal-setup.svg?style=svg)](https://circleci.com/gh/Shmink/personal-setup)

Feel free to use this. Have a look through it first and edit where appropriate.
There will still need to be some manual things to be done but this should at least be the bulk of it.

```bash
git clone https://github.com/Shmink/personal-setup.git
cd personal-setup
chmod +x set-up.sh
sudo ./set-up.sh
```