setup default apps to my machines
- download the script
wget https://raw.githubusercontent.com/frvs/default-image/master/run.sh
- give the permissions
chmod +x run.sh
- run it
./run.sh
OR
curl -o- https://raw.githubusercontent.com/frvs/default-image/master/run.sh | bash
to avoid deleting the script
- there are some personal configs, like my git configs
- actually that script requires to user prompt. im not sure if gonna change this