sudo apt install synaptic
sudo apt install open-vm-tools open-vm-tools-desktop
sudo mkdir -p /mnt/hgfs
sudo reboot
sudo mount -t fuse.vmhgfs-fuse .host:/ /mnt/hgfs -o allow_other
sudo nano /etc/fstab
.host:/ /mnt/hgfs fuse.vmhgfs-fuse allow_other 0 0
https://gist.github.com/darrenpmeyer/b69242a45197901f17bfe06e78f4dee3
Зайти в VMware папку с виртуальной машиной и добавить в файл .vmx
mouse.vusb.enable = "TRUE"
mouse.vusb.useBasicMouse = "FALSE"
sudo apt install build-essential curl git tmux zsh
sh -c "$(curl -fsSL <https://raw.githubusercontent.com/robbyrussell/oh-my-zsh/master/tools/install.sh>)"
git clone <https://github.com/gambala/dotfiles.git> ~/.dotfiles
~/.dotfiles/script/bootstrap
Все .файлы и .папки из ~/ кидаем в хранилище.
Из хранилища выборочно тянем нужное (игнорируя неактуальное): bin git .ssh