As a craftsman, care about the tools you use to perform your craft it is essencial and a sign of respect for the craft.
- keep your tools clean (specially the screen);
- be familiar with the tools;
- collaborate when possible.
-
to make super+tab faster on fullscreen:
- Accessibility enable
Display > Reduce motion
- Accessibility enable
-
because dark side is more fun:
- On General, enable
Use dark menu bar and Dock
- On General, enable
Fira: https://github.com/mozilla/Fira (no ligatures)
Install using Homebrew Cask Fonts (https://github.com/Homebrew/homebrew-cask-fonts)
brew tap Homebrew/cask-fonts
(https://github.com/Homebrew/homebrew-cask/blob/master/USAGE.md)
brew cask install font-fira-code font-fira-mono font-fira-sans
(https://github.com/Homebrew/homebrew-cask-fonts)
install brew using regular terminal
brew install cask
brew cask install iterm2
brew install zsh zsh-completions zsh-syntax-highlighting antigen
brew install git
brew install yarn
brew install ncdu
folder size inspectionbrew install bat
cat with highlightsbrew install tree
visualize folder structurebrew install ios-deploy
I don't remember why but I know that I need itbrew install youtube-dl
thanks expensive 4g and no train wifibrew install p7zip
zip utilsbrew install cask android-platform-tools
adb on the command line among other thingsbrew install wget
source: Brew
- to load faster, delete Apple system logs:
sudo rm /var/log/asl/*.asl
- sudo 😒
sh -c "$(curl -fsSL https://raw.githubusercontent.com/robbyrussell/oh-my-zsh/master/tools/install.sh)"
# Load the oh-my-zsh's library.
antigen use oh-my-zsh
# Bundles
antigen bundle tarruda/zsh-autosuggestions
antigen bundle zsh-users/zsh-syntax-highlighting
# Load the theme.
antigen theme robbyrussell
# Tell Antigen that you're done.
antigen apply
source: Antigen
-
to open iOS Simulator from the command line:
alias ios-simulator="open /Applications/Xcode.app/Contents/Developer/Applications/Simulator.app/"
-
general alias on .bash_profile:
alias l='ls -lh' && alias ll='ls -lah'