Skip to content

LachlanRidley/dotfiles

Repository files navigation

Dotfiles

Getting started

curl -LsSf https://raw.githubusercontent.com/LachlanRidley/dotfiles/refs/heads/main/install-arch.sh | sh

Add scripts/ to your path.

install a package

stow <PACKAGE_NAME> --dotfiles

add a new package

  1. Create structure
mkdir -p ~/Dotfiles/<package>/path/to/config
  1. Move config files:
mv ~/.config/<package>/* ~/Dotfiles/<package>/dot-config/<package>
  1. Rename any . file/folders to dot-

  2. Create symlinks

stow --dotfiles --dir ~/Dotfiles <package>

vscode on macOS

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

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors