zoukankan      html  css  js  c++  java
  • 第1年8月26日 oh-my-zsh

    1.


    Manual Installation

    1. Clone the repository
    git clone https://github.com/ohmyzsh/ohmyzsh.git ~/.oh-my-zsh
    2. Optionally, backup your existing ~/.zshrc file
    cp ~/.zshrc ~/.zshrc.orig
    3. Create a new zsh configuration file

    You can create a new zsh config file by copying the template that we have included for you.

    cp ~/.oh-my-zsh/templates/zshrc.zsh-template ~/.zshrc
    4. Change your default shell
    chsh -s $(which zsh)

    You must log out from your user session and log back in to see this change.

    5. Initialize your new zsh configuration

    Once you open up a new terminal window, it should load zsh with Oh My Zsh's configuration.

    https://gitee.com/hgthyl/ohmyzsh?_from=gitee_search

    https://ohmyz.sh/#install

  • 相关阅读:
    【LeetCode】085. Maximal Rectangle
    哈希查找
    堆排序
    归并排序
    希尔排序
    快速排序
    堆区和栈区,malloc和new的区别
    C++基础
    二分查找
    冒泡排序
  • 原文地址:https://www.cnblogs.com/javastart/p/15191929.html
Copyright © 2011-2022 走看看