-
Download and install podman from https://github.com/containers/podman/releases. Remember to use the arm verison.
-
Configure OSX machine provider config to use apple's hypervisor
mkdir -p ~/.config/containers tee ~/.config/containers/containers.conf 1> /dev/null <<EOF [containers] [engine]
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
@echo off | |
SET CMDER_ROOT=C:\Tools\cmder | |
"%CMDER_ROOT%\vendor\init.bat" |
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
brew install --cask ghostty | |
brew install powerlevel10k | |
brew install zsh-autosuggestions | |
brew install zsh-syntax-highlighting | |
brew install zoxide | |
brew install vivid | |
echo "autoload -Uz compinit" >> ~/.zshrc | |
echo "compinit" >> ~/.zshrc | |
echo "source $(brew --prefix)/share/powerlevel10k/powerlevel10k.zsh-theme" >> ~/.zshrc |
OlderNewer