Coder Social home page Coder Social logo

zsh_configuration's Introduction

zsh_configuration

image

Prerequisite

  • Install zsh and zplug

    • zsh
       apt install zsh
      
    • zplug
       curl -sL --proto-redir -all,https https://raw.githubusercontent.com/zplug/installer/master/installer.zsh | zsh
      
  • grc

     apt install grc
    
  • exa

  • Nerd Fonts for Powerlevel 10k

    1. Download the Hack.zip from (https://github.com/ryanoasis/nerd-fonts/releases).
    2. Install the Mono Windows one. (at cilent)
    3. Set the font based on your terminal tutorial. (https://github.com/romkatv/powerlevel10k/blob/master/README.md#fonts)
  • Config files

    • Put .p10k.zsh, .zshrc, and .zprofile in your home directory.
    • if you use conda please init conda:
       conda init zsh
      
    • if you want to use zsh-autocomplete
      1. uncomment source ~/zsh-autocomplete/zsh-autocomplete.plugin.zsh in .zshrc
      2. download marlonrichert/zsh-autocomplete, In $HOME,
        git clone https://github.com/marlonrichert/zsh-autocomplete.git
        
    • .zprofile are writed for tsehou, you may want to modified according to your demand

Test everything is fine

exec zsh

If everything is alright, change your default shell.

chsh -s $(which zsh)

Reload

Everytime you make a change to .zshrc or .zprofile, use exec zsh to reload and make it works.

Reference

zsh_configuration's People

Watchers

 avatar  avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.