github-vscode-theme-iterm
github-vscode-theme-iterm copied to clipboard
:octocat: GitHub VS Code Theme for iTerm
GitHub VS Code Theme for iTerm
GitHub Visual Studio Code Theme for iTerm (Dark, Dimmed, Light and High Contrast)
ll
is an alias1 for ogham/exa
cli tool.
Download iTerm profiles and open them.
- GitHub Dark Default.itermcolors
- GitHub Dark Dimmed.itermcolors
- GitHub Light Default.itermcolors
- GitHub Dark High Contrast.itermcolors
Classic themes
They will be automatically added to your Color Presets... inside Profiles > Colors in iTerm Preferences pane.
GitHub VSCode Theme for Apple Terminal
You can also download these profiles for Apple Terminal app:
- GitHub Dark Default.terminal
- GitHub Dark Dimmed.terminal
- GitHub Light Default.terminal
- GitHub Dark High Contrast.terminal
Classic themes
About my shell setup
I use Z shell in combination with ohmyzsh framework.
My prompt theme is starship, which is available for any shell.
Some of the ohmyzsh plugins I use are:
Apart of those, I use other plugins such as:
And some interesting utils I use are:
-
ogham/exa
, which is a modern replacement forls
. In my case forll
1. -
junegunn/fzf
-
BurntSushi/ripgrep
-
neovim/neovim
See cdalvaro/dotfiles for more details.
-
alias ll='exa --long --header --group --git --modified --color-scale'
↩️