dotfiles/install.sh
2025-05-17 14:55:43 -05:00

5 lines
95 B
Bash

#!/bin/bash
sudo apt install stow -y
stow --adopt .
nix-env -iA nixpkgs.myPackages
make devpod