Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/cloudfoundry/cli-workstation
CF CLI Developer workstation setup/maintenance repository
https://github.com/cloudfoundry/cli-workstation
cli cloudfoundry fresh-installs macos ubuntu workstations
Last synced: 3 months ago
JSON representation
CF CLI Developer workstation setup/maintenance repository
- Host: GitHub
- URL: https://github.com/cloudfoundry/cli-workstation
- Owner: cloudfoundry
- License: apache-2.0
- Created: 2016-04-25T17:43:27.000Z (almost 9 years ago)
- Default Branch: main
- Last Pushed: 2022-09-15T17:42:03.000Z (over 2 years ago)
- Last Synced: 2024-04-09T21:21:27.555Z (10 months ago)
- Topics: cli, cloudfoundry, fresh-installs, macos, ubuntu, workstations
- Language: Shell
- Homepage:
- Size: 269 KB
- Stars: 9
- Watchers: 27
- Forks: 6
- Open Issues: 4
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# CLI Workstation
This repo is used to help setup and maintain a unified cli workstation.## How to use on Ubuntu (18.04)
For fresh installs on Ubuntu run the following command:
(Note the bottom section for workarounds on a fresh workstation)```
$ sudo apt install curl
$ curl -fsSL https://raw.githubusercontent.com/cloudfoundry/cli-workstation/main/install-ubuntu.sh | bash -
# Reboot to pick up new device drivers
$ sudo shutdown -r now
```To keep the workstation up to date:
```
$ cd ~/workspace/cli-workstation
$ git pull -r
$ ./install-ubuntu.sh
```### Other things to configure:
- Settings > Mouse & Touchpad > Natural Scrolling : On
- Tilix > Preferences > Profiles > Default > Color > Color Scheme : Monokai Dark
- Tilix > Preferences > Profiles > Default > General > Custom font : DejaVuSansMono Nerd Font Mono 12### Things missing from our workstation setup:
- run git-init in repos to update git-duet hook### Notes from 1/16/19 Fresh Ocean Installation
- Ran once, failed => Needed to load an ssh key to load github repos
- Ran a second time, failed => needed to closed terminal and reopen to get `$GOPATH` variable
- Ran a third time, success