Skip to content
This repository was archived by the owner on Mar 22, 2024. It is now read-only.

hololandscape/zshconfig

Repository files navigation

What is this ?

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.

Quick start

  1. Install Homebrew ( Paste that in a macOS Terminal prompt )
    /usr/bin/ruby -e "$(curl -fsSL https://raw.githubusercontent.com/Homebrew/install/master/install)"
    
  2. Install the necessary font files (!Required, use brew command)
    brew tap homebrew/cask-fonts
    brew cask install font-hack-nerd-font
    
  3. Clone this repo, and into folder.
    git clone https://github.com/G-Club/zshconfig.git
    cd zshconfig
    
  4. Install script.
    ./install.sh
    
  5. Open you iterm2, --> Preferences --> Profiles --> Colors --> click Colors Presets --> Import --> Select iterm2.itermcolors file. --> Choose your favorite theme color(I prefer atom) --> Then set as default.
  6. Navigate to the text tag,we need to set the font used by iterm2. setup font use Hack Nerd Font, finally, after setting up, re-open iterm2 and enjoy it.

This theme pack can also be installed on Linux distributions.

  1. 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
    
  2. Clone this repo, and into folder.

    git clone https://github.com/G-Club/zshconfig.git
    cd zshconfig
    
  3. Install script.

    ./install.sh
    

For the terminal of VScode

How to set the setting in VScode on macOS or Linux
  • Please installed the Hack Nerd Font front.

How to set the setting in VScode on Windows with WSL + Windows terminal

NOTE:

The fonts name is Hack , not Hack Nerd

License

This package released under the Apache 2.0.

About

The themes for mac user with iterm2 and zsh.

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Contributors 3

  •  
  •  
  •