This commit is contained in:
DeveloperDurp 2025-05-17 15:39:10 -05:00
parent f56756fe0c
commit ef7d7e9891

View file

@ -1,4 +1,6 @@
#!/bin/bash #!/bin/bash
rm .bashrc .zshrc rm .bashrc .zshrc .ideavirmrc .gitmodules
make devpod sudo apt update && sudo apt install stow
echo "hello world" >/tmp/test stow --adopt .
git reset --hard
nix-env -iA nixpkgs.myPackages