Skip to content

Commit

Permalink
Update README w/ new tools (Ghostty, Orbstack)
Browse files Browse the repository at this point in the history
  • Loading branch information
drewsilcock committed Feb 14, 2025
1 parent 82b7a4a commit 22ae246
Showing 1 changed file with 4 additions and 34 deletions.
38 changes: 4 additions & 34 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -109,11 +109,9 @@ defaults write -g ApplePressAndHoldEnabled -bool false

You need to restart for this to fully take effect.

#### iTerm2
#### Ghostty

https://iterm2.com/

Import profile `iterm2-profile.json`.
https://ghostty.org/download

#### Itsycal

Expand All @@ -139,37 +137,9 @@ Link: https://www.raycast.com/

"System Settings" > "Siri & Spotlight" > untick "Ask Siri" & untick all boxes under "Spotlight" > "Search results"

### Docker Desktop

Link: https://www.docker.com/products/docker-desktop/

### Docker + minikube

Intel silicon:

```bash
brew install hyperkit docker docker-compose minikube
minikube start --no-kubernetes=true

# Bash, Zsh
eval $(minikube -p minikube docker-env)

# Fish
eval (minikube -p minikube docker-env)

echo "`minikube ip` docker" | sudo tee -a /etc/hosts > /dev/null
```

Apple silicon (see https://github.com/kubernetes/minikube/issues/11885):

```bash
brew install podman minikube
podman machine init --cpus 2 --disk-size 150 --rootful
podman machine start
minikube start --no-kubernetes=true --driver=podman
```
### Orbstack

Once you've done this, you should automate the running of minikube using a plist (macOS) or service (Linux). Relevant files not yet available in this repo.
Link: https://orbstack.dev/download

### Work stuff

Expand Down

0 comments on commit 22ae246

Please sign in to comment.