Skip to content

masum0813/my-ohmyzsh

Repository files navigation

My Oh my-zsh :)

Build Vagrant CI

vagrant up
vagrant reload --provision-with all
vagrant up        # starts up: creates and configures guest machine
vagrant suspend   # suspends the guest machine
vagrant halt      # shuts down the running machine
vagrant reload    # vagrant halt; vagrant up
vagrant destroy   # stops machine and destroys all related resources
vagrant provision # perform provisioning for machine
vagrant box remove geerlingguy/ubuntu2004 # removes a box from vagrant

Vagrant cheat sheet

Provisioning

  1. All

    vagrant reload --provision-with all
  2. OH-My-ZSH

    vagrant reload --provision-with ohmyzsh
  3. Other Tools

    vagrant reload --provision-with other

tmux config

Packaging

vagrant package --vagrantfile Vagrantfile --output my-ohmyzsh.box

Hash calculate in Windows

CertUtil -hashfile C:/Users/murat.oguz/Works/my-ohmyzsh/package.box MD5

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published