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

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

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