Hides extra menubar icons in submenu
Makes the notch less visible
https://apps.apple.com/fr/app/unsplash-wallpapers/id1284863847?l=en&mt=12
https://apps.apple.com/fr/app/maccy/id1527619437?l=en&mt=12
Window layout manger
Alternative to spotlight search with workflows (not sure if I like this)
Logitech Options software that allows configuring the extra buttons.
https://support.logi.com/hc/en-us/articles/360025297893
Allows setting separate scroll direction for mouse and trackpad (is this needed with Logitech mouse tool?).
https://github.com/MonitorControl/MonitorControl
Can be set into "mac" mode (function keys work like macbook keybaord, modifiers align with macbook)
iTerm2
zsh plugin manager
curl -fsSL https://raw.githubusercontent.com/zimfw/install/master/install.zsh | zsh
https://github.com/zimfw/zimfw
Just psql client.
https://stackoverflow.com/a/49689589
brew install libpq
echo 'export PATH="/usr/local/opt/libpq/bin:$PATH"' >> ~/.zshrc
brew install docker docker-compose kubectl kubectx
brew install docker colima
colima start
https://github.com/scopatz/nanorc
brew install nano
brew install wget
curl https://raw.githubusercontent.com/scopatz/nanorc/master/install.sh | sh
Shell history. Maybe better than zsh-histdb with fzf (TBD 🤷♂️). Unsure if it does (or can) take into account the current directory when suggesting, that can be done with zsh-histdb.
https://github.com/ellie/atuin
Add the following to ~/.config/atuin/
in order to get fzf like searching (reference):
search_mode = "fuzzy"
Add the following to .zshrc
(maybe there is a faster way with zimfw):
eval "$(atuin init zsh)"
Honorable mention: histdb-rs
brew install nvm
brew install tree
brew install fd
brew install git
brew install fzf
brew install bat
brew install lsd
brew tap homebrew/cask-fonts
add fontsbrew install font-fira-code-nerd-font
font for vscodebrew install font-monoid-nerd-font
font for terminalbrew install starship
for zsh prompt. Addeval "$(starship init zsh)"
to.zshrc
brew install wget
brew install ncdu
console based disk usage analyzer