dotfiles/install.sh

6 lines
95 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
2025-05-17 14:55:43 -05:00
make devpod