Skip to content

Instantly share code, notes, and snippets.

@steshaw
Last active September 8, 2021 00:27
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save steshaw/c5718f080c31235c6491025b602e7e08 to your computer and use it in GitHub Desktop.
Save steshaw/c5718f080c31235c6491025b602e7e08 to your computer and use it in GitHub Desktop.
Using Stow to install local packages
#!/usr/bin/env bash
set -euo pipefail
pkgs=(
doom-emacs
dotnet
gh_2.0.0_linux_amd64
ghc-9.0.1
go-1.17
goland
)
stow --target ../local --stow "${pkgs[@]}"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment