Giter Club home page Giter Club logo

zsh_theme's Introduction

zsh_theme

基于michelebologna主题做了小改动

安装说明

安装zsh

echo $SHELL
yum install -y zsh
chsh -s /bin/zsh

安装oh-my-zsh

安装地址:https://github.com/ohmyzsh/ohmyzsh/wiki 如果遇到访问慢,直接去ip.cn查询github.comip

cd /data/src
sh -c "$(wget -O- https://raw.githubusercontent.com/ohmyzsh/ohmyzsh/master/tools/install.sh)"

下载主题

mkdir /data/iresource && cd /data/iresource  
git clone https://github.com/Adger01/zsh_theme.git
cp /data/iresource/zsh_theme/lijie.zsh-theme /root/.oh-my-zsh/themes/

更换主题并修改基本设置

vim /root/.zhsrc

修改后文件

ZSH_THEME="lijie"

#历史纪录数量
export HISTSIZE=100000000
#注销后保存的历史纪录数量
export SAVEHIST=100000000

export LC_ALL="en_US.UTF-8"
export LANGUAGE="en_US.UTF-8"

zsh_theme's People

Contributors

adger01 avatar

Watchers

 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.