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.
- Host: GitHub
- URL: https://github.com/shmink/personal-setup
- Owner: shmink
- Created: 2018-09-16T21:06:08.000Z (almost 8 years ago)
- Default Branch: master
- Last Pushed: 2020-05-30T18:19:45.000Z (about 6 years ago)
- Last Synced: 2025-10-21T13:39:56.452Z (8 months ago)
- Topics: linux, mint, personal, script, setup
- Language: Shell
- Size: 22.5 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Install script for my personal computers
[](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
```