evanliomain / my-pc-setup

A fancy way to fast setup my pc

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

my-pc-setup

A fancy way to fast setup my pc

Fast install

sudo apt-get install git
cd ~
git clone https://github.com/evanliomain/my-pc-setup.git .my-pc-setup
cd .my-pc-setup
./install-all.sh

Install specific software

To install and configure a specific software

./install.sh my-software

To install and configure several specific software

./install.sh my-software my-software-2 my-software-3

Configure specific software

To just configure a specific software

./configure.sh my-software

To just configure several specific software

./configure.sh my-software my-software-2 my-software-3

List available software

./list.sh

Save software configuration

To save a software configuration

./save-config.sh my-software

To save several software configuration

./save-config.sh my-software my-software-2 my-software-3

About

A fancy way to fast setup my pc

License:Other


Languages

Language:Shell 100.0%