https://github.com/bjbr-dev/setup
https://github.com/bjbr-dev/setup
Last synced: 5 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/bjbr-dev/setup
- Owner: bjbr-dev
- Created: 2019-04-02T23:30:33.000Z (almost 7 years ago)
- Default Branch: master
- Last Pushed: 2021-02-06T21:31:48.000Z (about 5 years ago)
- Last Synced: 2023-03-20T20:12:12.766Z (almost 3 years ago)
- Language: PowerShell
- Size: 12.7 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# machine.ubuntu
These scripts are for setting up a base Ubuntu machine to the way I like it. I try to automate everything, but where I can't I write instructions to follow so I can setup a new machine in minimal time.
# Steps
1. Run the following in a terminal:
```
wget -O - https://raw.githubusercontent.com/berkeleybross/setup/master/bootstap.sh | bash
```