Skip to content

Instantly share code, notes, and snippets.

@rupeshtiwari
Last active September 5, 2021 12:45
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save rupeshtiwari/d84d69425b7f02eccbee3d1f6439682b to your computer and use it in GitHub Desktop.
Save rupeshtiwari/d84d69425b7f02eccbee3d1f6439682b to your computer and use it in GitHub Desktop.
Unix Linux VM on windows

Installing Linux on Windows Machine Guide

Steps

  • Get the Ready made Virtual Machines Manager for Kali. I am using Kali Virtual Box you can use VMWare aswell.

Install the VirtualBox.

Open Virtual Box and import the Linus OS image and start VM and follow the Linux Installer.

Finally you will see your VM with Kali Linux OS.

Install Terminator

https://github.com/gnome-terminator/terminator

Install Zsh

https://github.com/ohmyzsh/ohmyzsh

  • Install Oh My Zsh
sh -c "$(curl -fsSL https://raw.githubusercontent.com/ohmyzsh/ohmyzsh/master/tools/install.sh)"

Select Zsh themes here

I am using xiong-chiamiov-plus.zsh-theme themne.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment