Skip to content

Commit

Permalink
stow: another directory before symlinks
Browse files Browse the repository at this point in the history
  • Loading branch information
bergey committed Jan 23, 2025
1 parent 8d9bc71 commit 408024a
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions justfile
Original file line number Diff line number Diff line change
Expand Up @@ -65,8 +65,7 @@ iso:
nix-build '<nixpkgs/nixos>' -A config.system.build.isoImage -I nixos-config=iso.nix

stow:
mkdir -p ~/.local
mkdir -p ~/.config
mkdir -p ~/.local ~/.config ~/.stack
for d in $(ls stow); do stow -t ~ -d stow $d; done
ln -s $(pwd)/emacs ~/.emacs.d

Expand Down

0 comments on commit 408024a

Please sign in to comment.