Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/snototter/sys-setup
- Owner: snototter
- Created: 2023-06-01T11:13:29.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2023-06-02T09:07:29.000Z (over 1 year ago)
- Last Synced: 2024-11-05T22:32:24.753Z (2 months ago)
- Language: Shell
- Size: 25.4 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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
```