curl -LsSf https://raw.githubusercontent.com/LachlanRidley/dotfiles/refs/heads/main/install-arch.sh | sh
Add scripts/ to your path.
stow <PACKAGE_NAME> --dotfiles
- Create structure
mkdir -p ~/Dotfiles/<package>/path/to/config- Move config files:
mv ~/.config/<package>/* ~/Dotfiles/<package>/dot-config/<package>-
Rename any
.file/folders todot- -
Create symlinks
stow --dotfiles --dir ~/Dotfiles <package>VSCode stores settings.json in the Library directory on macOS. To get around this, the link-vscode-darwin-to-config.sh script will create a link between the macOS location and .config.
Run:
stow vscode
./scripts/link-vscode-darwin-to-config.sh