osx windows management sucks by default, but you can use rectangle to manage windows with keyboard shortcuts
https://rectangleapp.com/>
defaults:
ctrl + option + arrows
moves windows as you expect
ctrl + option + u,i,j,k
moves windows in corners
ctrl + option + enter
fullsize window
https://github.com/joshjon/nocturnal
https://alt-tab-macos.netlify.app/
https://github.com/ExistentialAudio/BlackHole
easiest to install with brew
brew install blackhole-2ch
create a multi audio device from midi setup
Keeppass
https://syncthing.net/ Rectangle
fancy terminal for your fancy animated backgrounds https://hyper.is/
the good old iterm if you don't like electron software https://iterm2.com/ brew
https://code.visualstudio.com/ wireguard
if you can't deal with vim as default use
export EDITOR=nano
(place it in your .zsh or .bash)
ref. https://unix.stackexchange.com/questions/501862/how-can-i-set-the-default-editor-as-nano-on-my-mac
go to system settings -> keyboard -> edit
install app called "trash" with brew using brew install trash
osx automator will give you problems, crontab and anacron are not used anymore
instead use launchd which is similar to systemctl in linux
create a plist file
nano local.downloadstotrash.plist
create a bash script with
trash Downloads/*
move the plist to Library/LaunchDaemons/
load with launchctl load -w Library/LaunchDaemons/local.downloadstotrash.plist
verify with launchctl list | grep local
disable with launchctl unload -w
core utils for osx
for example gdd which supports: stuff like status=progress
brew install coreutils
sudo scutil --set HostName
chsh -s /bin/bash
ref: https://iboysoft.com/howto/the-default-interactive-shell-is-now-zsh.html