https://github.com/davidcardoso/my-env-on-ubuntu
Softwares installation and Configs for Ubuntu Linux Environment via CLI.
https://github.com/davidcardoso/my-env-on-ubuntu
cli command-line-tool configs env environment linux shell-script software-configurations software-installation ubuntu
Last synced: 28 days ago
JSON representation
Softwares installation and Configs for Ubuntu Linux Environment via CLI.
- Host: GitHub
- URL: https://github.com/davidcardoso/my-env-on-ubuntu
- Owner: DavidCardoso
- License: gpl-3.0
- Created: 2018-01-02T04:19:32.000Z (over 7 years ago)
- Default Branch: main
- Last Pushed: 2024-05-08T21:47:48.000Z (about 1 year ago)
- Last Synced: 2025-04-09T15:51:44.919Z (about 2 months ago)
- Topics: cli, command-line-tool, configs, env, environment, linux, shell-script, software-configurations, software-installation, ubuntu
- Language: Shell
- Homepage: https://github.com/DavidCardoso/my-env-on-ubuntu
- Size: 57.6 KB
- Stars: 3
- Watchers: 5
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Contributing: .github/CONTRIBUTING.md
- License: LICENSE
- Code of conduct: .github/CODE_OF_CONDUCT.md
Awesome Lists containing this project
README
# My Env on Ubuntu CLI
This project helps with installation and configs for tools on Ubuntu Linux Environment.
██ ██
█▒█ █▒█
█▒███ ███▒█
█▒████████▒▒█
█▒████▒▒█▒▒██
████▒▒▒▒▒████
█▒▒▒▒▒▒▒████
█▒▒▒▒▒▒▒▒████ █
██▒█▒▒▒▒▒█▒▒████ █▒█
█▒█●█▒▒▒█●█▒▒███ █▒▒█
█▒▒█▒▒▒▒▒█▒▒▒██ █▒▒█
█▒▒▒=▲=▒▒▒▒███ ██▒█
██▒▒█♥█▒▒▒▒███ ██▒█
███▒▒▒▒████ █▒█
██████ ███
█▒▒████ ██
█▒▒▒▒▒████ ██
█▒██▒██████▒█
█▒███▒▒▒█████
█▒████▒▒▒▒████
█▒███▒██████## Description
- **My Env on Ubuntu** is a _Command Line Tool_ that makes easier to set up and install some softwares on Ubuntu Linux Enviroment.
- Install, configure, refresh and remove things on your Ubuntu Linux enviroment.
- It is very helpful after an operating system reinstall (or not :)# Installing
```shell
# create/navigate to your desired folder
mkdir -p $HOME/dev/shell/ && cd $_
git clone https://github.com/DavidCardoso/my-env-on-ubuntu
cd my-env-on-ubuntu
source install.sh
```## Usage:
```shell
meou [BLOCK]
meou [BLOCK] [OPTION]
meou [BLOCK] [OPTION] [TAG]# Example
meou sublime --install
```## Options:
- `--help` Show this help message
- `--version` Print the version
- `--install` Install the software related to the [BLOCK] chosen> The `--install` option is the default one and optional. Therefore `meou sublime` will have the same behavior.
## Available Block of commands:
- `sublime`: Sublime Text IDE - https://www.sublimetext.com
- `docker`: Docker Community Edition - https://www.docker.com
- `android-studio`: Android Studio IDE - https://developer.android.com/studio
- `composer`: PHP package manager - https://getcomposer.org
- `vlc`: Media Player with some standard codecs - https://www.videolan.org/vlc
- `ohmyzsh`: Oh My Zsh (zshell framework) - https://ohmyz.sh
- `virtualbox`: Virtual Machines - https://www.virtualbox.org
- `pgadmin`: Postgres GUI - https://www.pgadmin.org
- `guake`: Guake Terminal - https://guake.github.io
- `code`: Visual Studio Code - https://code.visualstudio.com
- `1password`: Password manager - https://1password.com