Skip to content

Mac

Keyboard shortcut

Symboles

Symbole FR Shortcut CH DE Shortcut
| Alt + Maj + L Alt + 7
\ Alt + Maj + / Alt + Maj + 7
[ Alt + Maj + ( Alt + 5
] Alt + Maj + ) Alt + 6
{ Alt + ( Alt + 8
} Alt + ) Alt + 9

Systeme

Shortcut Action
Ctrl + Cmd + Q Lock the screen
Cmd + Alt + Maj + V Paste without formatting
Cmd + Maj + R Reload the navigator window
Cmd + Maj + D Once in the finder, go to Desktop
Cmd + Maj + H Once in the finder, go to Home

Shell config

Check which shell is used:

echo $SHELL

Switch to a bash shell:

chsh -s /bin/bash

Add this to your .bash_profile:

source ~/.bashrc

Package managment

Install Homebrew:

/bin/bash -c "$(curl -fsSL https://raw.githubusercontent.com/Homebrew/install/HEAD/install.sh)"

Packages

Here is the list of packages I usually use:

Here is how to install this packages using the terminal:

brew install git
brew install bash-completion@2
brew install --cask firefox
brew install rectangle
brew install --cask visual-studio-code
brew install --cask lm-studio
brew install kubernetes-cli
brew install pipx && pipx ensurepath
brew install watch
brew install pre-commit
brew install netbirdio/tap/netbird
brew install --cask netbirdio/tap/netbird-ui

Some easy fix

Remove the binary malware virification:

sudo xattr -rc $BINARY