Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/megasanjay/.setup
A simple config for a default ubuntu setup
https://github.com/megasanjay/.setup
Last synced: about 2 months ago
JSON representation
A simple config for a default ubuntu setup
- Host: GitHub
- URL: https://github.com/megasanjay/.setup
- Owner: megasanjay
- License: mit
- Created: 2024-10-10T20:22:19.000Z (3 months ago)
- Default Branch: main
- Last Pushed: 2024-11-14T23:27:14.000Z (about 2 months ago)
- Last Synced: 2024-11-15T00:27:48.267Z (about 2 months ago)
- Language: Shell
- Size: 115 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# .setup
A set of scripts to install and configure my development environment. Meant to be used on a fresh install of Ubuntu.
## Installation
1. Clone the repository
```bash
cd
git clone https://github.com/megasanjay/.setup.git
```2. Run the setup script
```bash
cd .setup
chmod +x setup.sh
./setup.sh
```3. Follow the prompts where needed
## Acknowledgements
This setup script is heavily inspired by [Omakub](https://github.com/basecamp/omakub)'s setup script. I found DHH's starting setup to be a bit too much for my taste, so I decided to make my own.
## License
MIT