Skip to content

selrond/.dotfiles

Repository files navigation

.dotfiles

Prerequisites

Required for shell startup:

  • zsh
  • Homebrew at /opt/homebrew/bin/brew
  • antidote
  • mise
  • zoxide
  • fzf

Installed plugins are defined in ~/.zsh_plugins.txt and loaded through Antidote.

Install

Base dependencies on macOS:

brew install antidote mise zoxide fzf

Shared zsh configuration is loaded from ~/.config/zsh/init.zsh.

~/.zshrc should stay minimal and source the shared entrypoint:

source "${XDG_CONFIG_HOME:-$HOME/.config}/zsh/init.zsh"

Machine-specific additions can stay below that line in ~/.zshrc.

Apply

After applying with chezmoi, restart the shell:

exec zsh

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors