Skip to content

tastapod/dotfiles

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 

Repository files navigation

Daniel's dot files

I was using Oh My Zsh but I found it a bit sluggish. I have migrated to antidote with a few plugins in .zsh_plugins.txt.

Installation

Note: this will replace your dot files, so move them out of the way first!

Clone this repository from your home directory, then link the files:

cd
git clone https://github.com/tastapod/dotfiles.git .config/tastapod/dotfiles && cd $_
ln -sfv $(find "$PWD/config" -maxdepth 1 | tail +2) ~

This creates symlinks for everything in the config directory.

Notes

  1. You do not need to install antidote, it bootstraps automatically.

  2. If you get an error from xcrun you need to run xcode-select --install first.

  3. Add any host-specific settings in ~/.zlogin, which is sourced last for a login shell. I use this for local tool and language configuration:

    • homebrew
    • Go, Python (using uv), Ruby, Rust, JavaScript
    • Hugo

About

My Linux/macOS system dot files (.zshrc, etc.)

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published