- Terminal: iTerm2
brew install iterm2- Font: IBM Plex
brew tap homebrew/cask-fontsbrew install font-ibm-plex
- Font: IBM Plex
- Homebrew:
/bin/bash -c "$(curl -fsSL https://raw.githubusercontent.com/Homebrew/install/HEAD/install.sh)"(echo; echo 'eval "$(/opt/homebrew/bin/brew shellenv)"') >> /Users/mfk/.zprofileeval "$(/opt/homebrew/bin/brew shellenv)"
- bat
brew install bat
- ripgrep
brew install ripgrep
- ohmyzsh:
sh -c "$(curl -fsSL https://raw.githubusercontent.com/ohmyzsh/ohmyzsh/master/tools/install.sh)"vim ~/.zshrcand set theme to gallois or jonathansource ~/.zshrc
- ohmyzsh Plugins:
- Autosuggestions:
brew install zsh-autosuggestionsecho 'source /opt/homebrew/share/zsh-autosuggestions/zsh-autosuggestions.zsh' >> ~/.zshrc
- Autocomplete:
brew install zsh-autocompleteecho 'source /opt/homebrew/share/zsh-autocomplete/zsh-autocomplete.plugin.zsh' >> ~/.zshrc
- Syntax highlighting:
brew install zsh-syntax-highlightingecho 'source /opt/homebrew/share/zsh-syntax-highlighting/zsh-syntax-highlighting.zsh' >> ~/.zshrc- If you receive "highlighters directory not found" error message, you may need to add the following to your .zshenv:
export ZSH_HIGHLIGHT_HIGHLIGHTERS_DIR=/opt/homebrew/share/zsh-syntax-highlighting/highlighters
- Autosuggestions:
Last active
May 8, 2024 16:14
-
-
Save markkcc/4eced4ec37f0f7bf12d298682deef0d1 to your computer and use it in GitHub Desktop.
New Macbook Setup
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment