Skip to content

Instantly share code, notes, and snippets.

@nvictor
Last active November 3, 2024 12:46
Show Gist options
  • Save nvictor/ca2b90557795035042d443a5cf9bd66a to your computer and use it in GitHub Desktop.
Save nvictor/ca2b90557795035042d443a5cf9bd66a to your computer and use it in GitHub Desktop.
macos_terminal_2023.txt
- zsh
- homebrew (https://brew.sh/)
- oh-my-zsh (https://github.com/ohmyzsh/ohmyzsh/)
- oh-my-zsh theme dieter (https://github.com/ohmyzsh/ohmyzsh/wiki/Themes)
- zsh-autosuggestions (https://github.com/zsh-users/zsh-autosuggestions)
- cascadia mono pl size 18 (https://github.com/microsoft/cascadia-code)
- terminal theme The Hulk (https://github.com/lysyi3m/macos-terminal-themes)
- terminal window size 80 x 24
- atuin (https://github.com/atuinsh/atuin)
- vitals (https://github.com/hmarr/vitals)
- gh / copilot (https://cli.github.com/)
--
# zsh prompt for dieter (~/.oh-my-zsh/themes/dieter.zsh-theme)
nl() {
printf "\n$ "
}
PROMPT='...$(nl)'
--
# atuin settings (~/.config/atuin/config.toml)
enter_accept = false
show_preview = true
# add eval "$(atuin init zsh)" to ~/.zshrc
--
# gh copilot install
brew install gh
gh extension install github/gh-copilot
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment