dotfiles/install.sh

8 lines
142 B
Bash
Raw Normal View History

2025-04-06 20:23:01 -05:00
#!/bin/bash
2025-05-17 14:44:10 -05:00
sudo apt install stow -y
stow --adopt .
2025-05-17 14:32:25 -05:00
nix-env -iA nixpkgs.myPackages
#sudo apt update
#sudo apt install ansible -y
#make devpod