Skip to content

Instantly share code, notes, and snippets.

@nvictor
Last active March 14, 2024 15:17
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • 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
setup in 2023
- zsh
- window size 80 x 24
- oh-my-zsh with 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)
- atuin (https://github.com/atuinsh/atuin)
- vitals (https://github.com/hmarr/vitals)
- gh / copilot (https://cli.github.com/)
--
# new line in prompt trick in zsh
nl() {
printf "\n$ "
}
PROMPT='...$(nl)'
--
# atuin settings
show_preview = true in ~/.config/atuin/config.toml
add eval "$(atuin init zsh)" to ~/.zshrc
--
# gh copilot install
brew in 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