Last active
December 29, 2023 09:53
-
-
Save plowsec/b4281cfaede9b86905a2b8a54eaa6208 to your computer and use it in GitHub Desktop.
Setup Linux VMWare VM
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| 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