Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/jream/config-ubuntu
Quickly Setup Ubuntu Desktop or Server with all-in-one Bash Scripts.
https://github.com/jream/config-ubuntu
bash shell tweaking ubuntu
Last synced: about 24 hours ago
JSON representation
Quickly Setup Ubuntu Desktop or Server with all-in-one Bash Scripts.
- Host: GitHub
- URL: https://github.com/jream/config-ubuntu
- Owner: JREAM
- License: mit
- Created: 2014-09-18T18:37:18.000Z (about 10 years ago)
- Default Branch: main
- Last Pushed: 2024-08-22T01:24:27.000Z (3 months ago)
- Last Synced: 2024-08-22T02:45:20.274Z (3 months ago)
- Topics: bash, shell, tweaking, ubuntu
- Language: Shell
- Homepage: http://jream.com
- Size: 16.6 MB
- Stars: 64
- Watchers: 11
- Forks: 34
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
- License: LICENSE.md
Awesome Lists containing this project
README
# Config Ubuntu
A Bash utility for installing various programs.
Feel free to clone and customize or copy to get ideas of your own.There are probably better approaches to installer scripts such as provisions but sometimes those are a bit tedious. It's also a bit fun to use pure `bash` to write something custom.
![Screenshot](https://private-user-images.githubusercontent.com/145959/357254178-ade79ed6-f094-4340-82e7-7bfc85111858.png?jwt=eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpc3MiOiJnaXRodWIuY29tIiwiYXVkIjoicmF3LmdpdGh1YnVzZXJjb250ZW50LmNvbSIsImtleSI6ImtleTUiLCJleHAiOjE3MjM1MTU0ODIsIm5iZiI6MTcyMzUxNTE4MiwicGF0aCI6Ii8xNDU5NTkvMzU3MjU0MTc4LWFkZTc5ZWQ2LWYwOTQtNDM0MC04MmU3LTdiZmM4NTExMTg1OC5wbmc_WC1BbXotQWxnb3JpdGhtPUFXUzQtSE1BQy1TSEEyNTYmWC1BbXotQ3JlZGVudGlhbD1BS0lBVkNPRFlMU0E1M1BRSzRaQSUyRjIwMjQwODEzJTJGdXMtZWFzdC0xJTJGczMlMkZhd3M0X3JlcXVlc3QmWC1BbXotRGF0ZT0yMDI0MDgxM1QwMjEzMDJaJlgtQW16LUV4cGlyZXM9MzAwJlgtQW16LVNpZ25hdHVyZT0xMWJjOTY3NGU3ZmViNTIxOGFiYzFjOGM3MzYyYjAxZDkzMmNkYWEzMWIyZWYzZGRmMWY1NTBiMzQyYzRlZmVjJlgtQW16LVNpZ25lZEhlYWRlcnM9aG9zdCZhY3Rvcl9pZD0wJmtleV9pZD0wJnJlcG9faWQ9MCJ9.gBWz3dqOEtYMcZZmBkMR7Tdzy_M4aTKa9t6dYIGT6ds)
## File Setup
This is a brief explanation of the file setup if you choose to clone or get ideas for your own utility script.
> HELPFUL: Think of the `./bin` scripts as containers to customize your preferred way of installing a package or category of pacakges.
- **File Structure**
- `./installable.sh` - Entrypoint; Lists all installable items which are only defined in this file.
- Above triggers a file in `./bin/*.sh`, it will first `source _export.sh` for color variables and log functions for the installer output.
- Next, the respective file, optionally with an `$1` argument is loaded into a `./bin/.sh` to execute the installer.It should be pretty simple!
---
MIT Open Source© 2014 [JREAM](https://jream.com)