This is a theme package that provides terminal embellishment for mac users. With iterm2, you can quickly configure a simple but beautiful terminal interface.
In fact, this theme package comes from oh-my-zsh and oh-my-bash, which also contains other open source components. We just packaged it for installation. Thanks to the original authors of oh-my-zsh
/ oh-my-bash
and other open source community project contributors. Give us such a good tool.
- Install Homebrew ( Paste that in a macOS Terminal prompt )
/usr/bin/ruby -e "$(curl -fsSL https://raw.githubusercontent.com/Homebrew/install/master/install)"
- Install the necessary font files (!Required, use brew command)
brew tap homebrew/cask-fonts brew cask install font-hack-nerd-font
- Clone this repo, and into folder.
git clone https://github.com/G-Club/zshconfig.git cd zshconfig
- Install script.
./install.sh
- Open you iterm2, -->
Preferences
-->Profiles
-->Colors
--> clickColors Presets
-->Import
--> Select iterm2.itermcolors file. --> Choose your favorite theme color(I prefer atom) --> Then set as default. - Navigate to the
text
tag,we need to set the font used by iterm2. setup font useHack Nerd Font
, finally, after setting up, re-open iterm2 and enjoy it.
-
Install the necessary font files (!Required)
# On Debian or Ubuntu based Linux distribution, sudo apt-get install fonts-powerline # On fedora (tested on 28) or redhat based Linux distribution sudo dnf install powerline-fonts # On other environments git clone https://github.com/powerline/fonts.git --depth=1 cd fonts ./install.sh cd .. rm -rf fonts
-
Clone this repo, and into folder.
git clone https://github.com/G-Club/zshconfig.git cd zshconfig
-
Install script.
./install.sh
How to set the setting in VScode on Windows with WSL + Windows terminal
- Please installed the Hack fonts for Windows.
NOTE:
The fonts name is Hack
, not Hack Nerd
This package released under the Apache 2.0.