https://github.com/neikei/ubuntu-workplace-setup
Ubuntu 18.04 workplace setup with ansible. Modular design for a setup with basic tools up to a full developer environment.
https://github.com/neikei/ubuntu-workplace-setup
ansible atom chromium client dbeaver opera pgadmin seafile setup spotify ubuntu ubuntu-workplace-setup vagrant virtualbox vscode workplace zsh
Last synced: 6 months ago
JSON representation
Ubuntu 18.04 workplace setup with ansible. Modular design for a setup with basic tools up to a full developer environment.
- Host: GitHub
- URL: https://github.com/neikei/ubuntu-workplace-setup
- Owner: neikei
- License: gpl-3.0
- Created: 2017-03-02T20:39:03.000Z (over 8 years ago)
- Default Branch: master
- Last Pushed: 2018-11-24T09:19:19.000Z (almost 7 years ago)
- Last Synced: 2025-03-24T15:41:57.386Z (7 months ago)
- Topics: ansible, atom, chromium, client, dbeaver, opera, pgadmin, seafile, setup, spotify, ubuntu, ubuntu-workplace-setup, vagrant, virtualbox, vscode, workplace, zsh
- Language: Shell
- Homepage:
- Size: 48.8 KB
- Stars: 8
- Watchers: 2
- Forks: 2
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
## ubuntu-workplace-setup
My software stack for the daily business on my preferred OS [Ubuntu Gnome](https://ubuntugnome.org/).
### Included software
- vim
- curl
- wget
- htop
- shutter
- keepassx
- chromium
- opera
- thunderbird
- git
- gitg
- gcm
- remmina
- atom
- visual studio code
- virtualbox
- vagrant
- pgadmin
- dbeaver
- seafile
- spotify
- zsh
- java
- gnome vpn extensions### Requirements
- Ubuntu >= 18.04
- unzip ( Installation: sudo apt install unzip )### Installation
1. wget https://github.com/neikei/ubuntu-workplace-setup/archive/master.zip
2. unzip master.zip
3. cd ubuntu-workplace-setup-master
4. ./setup.sh```bash
SUDO password:
What is your Git username?:
What is your Git email?:
Do you need cli tools? (vim, curl, wget, htop) [y/N]: y
Do you need office tools? (shutter, keepassx, thunderbird) [y/N]: y
Do you need development tools? (git, gcm, remmina, virtualbox, vagrant) [y/N]: y
Do you need Gnome VPN extensions? [y/N]: y
Do you need pgAdmin [1] or DBeaver [2]? [1,2,N]: 12
Do you need Atom [1] or Visual Studio Code [2]? [1,2,N]: 12
Do you need Chromium [1] or Opera [2]? [1,2,N]: 12
Do you need Java? [y/N]: y
Do you need Seafile? [y/N]: y
Do you need Spotify? [y/N]: y
Do you need zsh as default shell? [y/N]: y
Do you want to remove ads and tracking? [y/N]: y
```### Vagrantbox for testing
1. vagrant up
2. vagrant ssh
3. cd /vagrant
4. ./setup.shGUI access
- User: vagrant
- Password: vagrant## Feedback, Issues and Pull-Requests
Feel free to report issues, fork this project and submit pull requests.