Install dotter to manage dotfiles
git clone https://github.com/tmux-plugins/tpm ~/.tmux/plugins/tpm
tmux source ~/.tmux.conf
Press prefix + I (capital i, as in Install) to fetch the plugin.
curl -sL https://raw.githubusercontent.com/jorgebucaran/fisher/main/functions/fisher.fish | source && fisher install jorgebucaran/fisher
chsh -s <path-to-fish-shell>
find path by which fish
and add it to /etc/shells
minikube start --driver qemu --network socket_vmnet
val $(minikube docker-env)
brew install docker docker-compose docker-buildx minikube qemu
echo "`minikube ip` docker.local" | sudo tee -a /etc/hosts > /dev/null
ln -s /opt/homebrew/opt/docker-compose/bin/docker-compose ~/.docker/cli-plugins/docker-compose
ln -s /opt/homebrew/opt/docker-buildx/bin/docker-buildx ~/.docker/cli-plugins/docker-buildx
- For full networking socket_vmnet is required
git clone https://github.com/lima-vm/socket_vmnet.git && cd socket_vmnet
sudo make install
docker build -t myenv .
docker run -it --rm myenv