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