https://github.com/dmakeienko/gready-ws
This script will install all necessary packages for development and tweak your system to make it smoother.
https://github.com/dmakeienko/gready-ws
bash development-environment ubuntu ubuntu1604 ubuntu1804 workspace workspaces zsh
Last synced: about 2 months ago
JSON representation
This script will install all necessary packages for development and tweak your system to make it smoother.
- Host: GitHub
- URL: https://github.com/dmakeienko/gready-ws
- Owner: dmakeienko
- Created: 2018-12-19T13:00:42.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2020-05-11T13:37:44.000Z (about 6 years ago)
- Last Synced: 2025-02-21T14:46:14.326Z (over 1 year ago)
- Topics: bash, development-environment, ubuntu, ubuntu1604, ubuntu1804, workspace, workspaces, zsh
- Language: Shell
- Size: 5.86 KB
- Stars: 0
- Watchers: 0
- Forks: 0
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Information
This script will set up your workspace for comfortable work.
## Platform
Tested on:
| Platform | Tested |
|------------------|----------|
| **Ubuntu 16.04** | ✓ |
| **Ubuntu 18.04** | ✓ |
| **Ubuntu 19.04** | ✓ |
# What is script for?
This script will set up your workspace for comfortable work.
### Packages that will be installed:
* **apt-transport-https \
ca-certificates \
curl \
build-essential \
software-properties-common**
* **Google Chrome**
* **git, htop, mc**
* `(Optional)` [Tilix](https://gnunn1.github.io/tilix-web/)
* `(Optional)` [Docker](https://docs.docker.com/install/)
* `(Optional)` [VSCode](https://code.visualstudio.com/)
* `(Optional)` [Packer](https://www.packer.io/), [tfenv](https://github.com/tfutils/tfenv)
Also, script will install **zsh** with [oh-my-zsh](https://ohmyz.sh/).
You can disable installing **zsh shell** with option `-s bash` or omit this key.
## Command Line Options
Use **"-e"** to install VS Code
Use **"-d"** - to choose whether to install Docker
Use **"-t"** - to install Tilix
Use **"-u"** - to install devops tools (terraform, packer, AWS CLI v2 etc)
Use **"-s [ zsh | bash ] "**- to choose which shell do you prefer
## How to
Download script using `curl` (if present) or `wget` and execute.
Download with `curl`
```
curl -O https://gitlab.com/denys.makeienko/gready-ws/raw/master/gready-ws.sh
```
or with `wget`
```
wget https://gitlab.com/denys.makeienko/gready-ws/raw/master/gready-ws.sh
```
and run it
```
bash gready-ws.sh [-key] [value]
```