Skip to content

Latest commit

 

History

History
66 lines (48 loc) · 2.15 KB

README.md

File metadata and controls

66 lines (48 loc) · 2.15 KB

zdotdir

My $ZDOTDIR dotfiles directory, which contains my zsh configuration.

The plugin manager used is Antidote.

This is based off of mattmc3's zdotdir and Antidote's zdotdir repos.

Install

Clone this repo:

git clone [email protected]:Kuruyia/zdotdir.git ~/.config/zsh

Change the ZDOTDIR in the ~/.zshenv file:

Warning

This will overwrite your current ~/.zshenv file. If needed, backup it somewhere else first.

cat << 'EOF' >| ~/.zshenv
export ZDOTDIR="$HOME/.config/zsh"
[[ -s "$ZDOTDIR/.zshenv" ]] && source "$ZDOTDIR/.zshenv"
EOF

Some tools need to be installed for this configuration to work properly.

On macOS:

brew install starship curlie bat eza

On Arch Linux:

pacman -S starship curlie bat eza

Update

To update Antidote and its plugins, run:

antidote update

Plugins