xliiauo / .xiao

.xiao, pronounced as .shell, is my bash and zsh configuration.

Home Page:https://github.com/xliiauo/.xiao

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

.xiao

My shell configuration.

Installation

Install dependencies:

$ brew install git zsh-syntax-highlighting zsh-autosuggestions

Add Dracula theme for iTerm: https://draculatheme.com/iterm

Install oh-my-zsh: https://github.com/ohmyzsh/ohmyzsh

Add zsh config:

$ git clone https://github.com/xliiauo/.xiao.git ~/.xiao
$ ln -s .xiao/.zshrc .zshrc

Update

$ cd .xiao
$ git pull
$ exec $SHELL

About

.xiao, pronounced as .shell, is my bash and zsh configuration.

https://github.com/xliiauo/.xiao

License:MIT License


Languages

Language:Shell 100.0%