Skip to content

aimerneige/zsh

Repository files navigation

ZSH

About

Personal zsh config.

Usage

Install oh-my-zsh

sh -c "$(curl -fsSL https://raw.github.com/ohmyzsh/ohmyzsh/master/tools/install.sh)"

Clone this repo and add run install.sh.

sh -c "$(curl -fsSL https://raw.githubusercontent.com/aimerneige/zsh/master/install.sh)"

Install the zsh-autosuggestions

git clone https://github.com/zsh-users/zsh-autosuggestions ${ZSH_CUSTOM:-~/.oh-my-zsh/custom}/plugins/zsh-autosuggestions

Install the zsh-syntax-highlighting

git clone https://github.com/zsh-users/zsh-syntax-highlighting.git ${ZSH_CUSTOM:-~/.oh-my-zsh/custom}/plugins/zsh-syntax-highlighting

Install the k

git clone https://github.com/supercrabtree/k $ZSH_CUSTOM/plugins/k

Install starship

curl -sS https://starship.rs/install.sh | sh