Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/fervartel/vagrant-ubuntu1
Vagrantfile for Ubuntu 18.04 with ZShell terminal implementation using vagrantfile shell scripting
https://github.com/fervartel/vagrant-ubuntu1
oh-my-zsh ubuntu vagrant zshell
Last synced: about 1 month ago
JSON representation
Vagrantfile for Ubuntu 18.04 with ZShell terminal implementation using vagrantfile shell scripting
- Host: GitHub
- URL: https://github.com/fervartel/vagrant-ubuntu1
- Owner: fervartel
- Created: 2019-01-17T23:06:01.000Z (almost 6 years ago)
- Default Branch: master
- Last Pushed: 2019-02-23T23:44:49.000Z (almost 6 years ago)
- Last Synced: 2024-10-19T05:31:25.800Z (2 months ago)
- Topics: oh-my-zsh, ubuntu, vagrant, zshell
- Homepage:
- Size: 6.84 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Basic Ubuntu 18.04 setup with ZShell
## Objectives
The objective of this vagrant file is to spin up and provision a VirtualBox VM with the following especifications (USING SHELL SCRIPTS EMBEDDED IN THE VAGRANTFILE):- OS: ubuntu-18.04
- Private IP: 10.0.0.3
- Shell: ZShell + Oh My SZh (only for fun)
- Basic Packages: GIT, Zsh, Docker## Requirements
- [VirtualBox](https://www.virtualbox.org/)
- [Vagrant](https://www.vagrantup.com/downloads.html)## Advantages
The main advantage of using vagrant for this kind of testing environment is that it's blazing fast to deploy.The addition of Zshell gives a new look to your terminal. The use of [Oh-My-Zsh](https://github.com/robbyrussell/oh-my-zsh) makes it really fun to use while adding some interesting visual features (especially when using GIT every day!)