# Initial Setup
```bash
sudo apt update && sudo apt -y upgrade
sudo apt install open-vm-tools open-vm-tools-desktop
```
# Misc QoL Improvements
- enable shared folder
- bidirectional copy+paste
# tmux config
- edit `~/.tmux.conf`
- see neosprings github for tmux.config file
- changes prefix to crtl+a
- move between panes with prefix; alt+arrow
- move between windows with prefix; shift+arrow
- auto logging
# zhrc config
- see neospring YT video for oh-my-zsh setup and colorful plugins
- [https://www.youtube.com/watch?v=g4dElX7yYUc&t](https://www.youtube.com/watch?v=g4dElX7yYUc&t)