| Tool/Framework | Description |
|---|---|
| Stats | System monitor in your menu bar |
| Pearcleaner | A free, source-available and fair-code licensed mac app cleaner |
| Mole | 🐹 Deep clean and optimize your Mac. |
| Numi | Beautiful calculator app for macOS, Linux & Windows |
| bottom | Yet another cross-platform graphical process/system monitor |
| yabai | A tiling window manager for macOS based on binary space partitioning |
| Amethyst | Automatic tiling window manager for macOS à la xmonad |
| skhd | Simple hotkey daemon for macOS |
| Cap | Open source Loom alternative. Beautiful, shareable screen recordings |
| Alt-tab-macos | Windows alt-tab on macOS |
| Containerization | Containerization is a Swift package for running Linux containers on macOS |
| osx-us-altgr-intl | US keymap with altgr-intl variant for OSX |
| BackgroundMusic | macOS audio utility: automatically pause your music, set individual apps |
| localsend | An open-source cross-platform alternative to AirDrop |
| Tome | Local meeting transcription to Obsidian vault; no cloud, no API keys |
Commands
Network
Lsof
sudo lsof -i -P | grep LISTEN | grep :$PORTStartup Apps
Open Finder, click Go > Go to Folder. Enter /Library/LaunchAgents or /Library/LaunchDaemons.
Schedule
pmset -g sched
# add schedule on weekdays
sudo pmset repeat wakeorpoweron MTWRF 08:00:00
sudo pmset repeat poweron MTWRF 07:50:00
# remove schedule
sudo pmset repeat cancelBrew
Homebrew is a free and open-source software package management system that simplifies the installation of software on Apple’s operating system, macOS, as well as Linux. The name is intended to suggest the idea of building software on the Mac depending on the user’s taste.
- Install a package
brew install python@3.11- Create a New
Brewfilefor having all the dependencies
brew bundle dump --no-vscode -fbrew uninstall package
brew autoremove
Colima
colima start
# or
colima start --cpu 6 --memory 6 --disk 20- display space disk
colima ssh -- df -h /usr/local
- start as a service in background
brew services start colima
# or
brew services restart colimaDocker
# see plugins configuration
docker info --format '{{.ClientInfo.Plugins}}'- When using Brew for installing docker-cli plugins maybe the path is
/opt/homebrew/lib/docker/cli-plugins/
K8s
- Deploying K8s with more than 1 Node with Colima
- https://techexpertise.medium.com/multi-node-minikube-k8s-deployment-on-m1-mac-with-colima-and-nfs-pv-762bcf08ac08
Raycast
- Ente Auth extension
Ente
brew install ente-cli
ente account add
# type auth
ente account list