Skip to content

Kori000/zshrc

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Zshrc

Usage

Step1. Move zshrc.txt file

cd /Users/YourMacName
open .

Put the zshrc.txt file in this directory

Step2. Modify file name

zshrc.txt -> .zshrc

Step3. Install spaceship

Unzip spaceship.zip -> spaceship (folder)

cd /Users/YourMacName
mkdir .zsh
open .zsh

Put the spaceship folder in this directory

Step4. Install

git clone https://github.com/denysdovhan/spaceship-prompt.git "$ZSH_CUSTOM/themes/spaceship-prompt" --depth=1

ln -s "$ZSH_CUSTOM/themes/spaceship-prompt/spaceship.zsh-theme" "$ZSH_CUSTOM/themes/spaceship.zsh-theme"
# ZSH_THEME="spaceship"
git clone https://github.com/zsh-users/zsh-autosuggestions ${ZSH_CUSTOM:-~/.oh-my-zsh/custom}/plugins/zsh-autosuggestions
git clone https://github.com/zsh-users/zsh-syntax-highlighting.git ${ZSH_CUSTOM:-~/.oh-my-zsh/custom}/plugins/zsh-syntax-highlighting
git clone https://github.com/agkozak/zsh-z $ZSH_CUSTOM/plugins/zsh-z

Step5. Source

source .zshrc