Some of my dotfiles. This repo leverages stow to manage the symlinks in the home directory.
- Clone the repository:
git clone https://github.com/yourusername/dotfiles.git
- Change into the directory:
-
cd dotfiles
- Use stow to create symlinks:
Replace
stow <package>
<package>
with the name of the package you want to stow (e.g.,zsh
,vim
, etc.). For example, to stow thezsh
package:stow zsh
This will create the dotfiles as symlinks, so you can edit them in the dotfiles
directory and have the changes reflected in your home directory, where they are expected to be.