Personal dotfiles managed with symlinks.
Clone this repo to ~/.dotfiles:
git clone git@github.com:YOUR_USERNAME/dotfiles.git ~/.dotfilesRun the install script to create symlinks:
~/.dotfiles/install.sh.zshrc- Zsh configuration.gitconfig- Git configuration- Add more as needed
The install.sh script creates symlinks from your home directory to the files in this repo. This means you can edit files in ~/.dotfiles and have changes take effect immediately, while keeping everything version controlled.
- Move the file from
~/to~/.dotfiles/ - Add it to the
install.shscript - Run the install script to create the symlink
- Commit and push
If you prefer to create symlinks manually:
ln -sf ~/.dotfiles/.zshrc ~/.zshrc
ln -sf ~/.dotfiles/.gitconfig ~/.gitconfig