5 lines
95 B
Bash
5 lines
95 B
Bash
#!/bin/bash
|
|
sudo apt install stow -y
|
|
stow --adopt .
|
|
nix-env -iA nixpkgs.myPackages
|
|
make devpod
|