Skip to content

Kuruyia/zdotdir

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

About

My zsh configuration files

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages