Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/snototter/sys-setup

Setup scripts to simplify system installation
https://github.com/snototter/sys-setup

Last synced: 16 days ago
JSON representation

Setup scripts to simplify system installation

Awesome Lists containing this project

README

        

# sys-setup
Setup scripts to simplify system installation

**Plan**
* setup-workstation vs setup-dev/boards
* first install, then setup dotfiles

**WIP**

```bash
git clone [email protected]:snototter/sys-setup.git
# User details
git config --local user.name "snototter"
git config --local user.email "[email protected]"
# Set upstream branch
git push --set-upstream origin main
```