Чеклист

1. Настройка VMWare

1.1. Маунт хост папки

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

1.2. Рабочие боковые кнопки у мыши

Зайти в VMware папку с виртуальной машиной и добавить в файл .vmx

mouse.vusb.enable = "TRUE"
mouse.vusb.useBasicMouse = "FALSE"

2. Настройка новой ОС

2.1. Установка dotfiles

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

2.2. Конфиги с прошлой VM

Все .файлы и .папки из ~/ кидаем в хранилище.

Из хранилища выборочно тянем нужное (игнорируя неактуальное): bin git .ssh

2.3. Смена раскладки по CapsLock