Skip to content

Instantly share code, notes, and snippets.

@plowsec
Last active December 29, 2023 09:53
Show Gist options
  • Select an option

  • Save plowsec/b4281cfaede9b86905a2b8a54eaa6208 to your computer and use it in GitHub Desktop.

Select an option

Save plowsec/b4281cfaede9b86905a2b8a54eaa6208 to your computer and use it in GitHub Desktop.
Setup Linux VMWare VM
sudo apt install open-vm-tools open-vm-tools-desktop
nohup /usr/bin/vmtoolsd -n vmusr &
vmhgfs-fuse .host:/SHARE_NAME /home/lol/share -o subtype=vmhgfs-fuse
# setup zsh with fish completion
sudo apt install curl zsh
chsh -s $(which zsh)
sh -c "$(curl -fsSL https://raw.github.com/ohmyzsh/ohmyzsh/master/tools/install.sh)"
git clone https://github.com/zsh-users/zsh-autosuggestions ~/.zsh/zsh-autosuggestions
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment