This repository contains my system dotfiles.
- Model: MacBook Air
- Chip: Apple M3
- Memory: 8GB
- macOS: Sequoia 15.6.1
You'll need stow installed on your system.
brew install stowSince the zsh configuration files are located outside the $HOME directory, add the following line to /etc/zshenv:
export ZDOTDIR="$HOME/.config/zsh"You can do this by running:
echo 'export ZDOTDIR="$HOME/.config/zsh"' | sudo tee /etc/zshenv- Clone the dotfiles repository to your home directory:
git clone git@github.com:tobias-chc/dotfiles.git
cd dotfiles- Create symlinks using GNU stow:
stow .