https://github.com/bergercookie/setup_workstation
Automate the procedure of setting up a new machine
https://github.com/bergercookie/setup_workstation
Last synced: 11 months ago
JSON representation
Automate the procedure of setting up a new machine
- Host: GitHub
- URL: https://github.com/bergercookie/setup_workstation
- Owner: bergercookie
- Created: 2017-12-10T00:01:37.000Z (over 8 years ago)
- Default Branch: master
- Last Pushed: 2018-01-21T17:20:02.000Z (over 8 years ago)
- Last Synced: 2025-04-06T17:52:00.290Z (about 1 year ago)
- Language: Shell
- Size: 12.7 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Setup a new computer in seconds
The scripts at hand take care of the following
1. Setup the computer ssh-key
2. Download Dotfiles
3. Execute post-download steps (special build/configure)
4. Install lists of packages. Users are able to customize this and indicate
which packages they use.
5. Symbolically link the necessary files to the home directory
6. Setup additional repositories (e.g., Franz, grive etc.)
# Why on Bash?
- Because that's an easy choice
- Because I don't think I know bash well enough
- Because I like going old-school