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
rm .bashrc .zshrc
make devpod
echo "hello world" >/tmp/test
rm .bashrc .zshrc .ideavirmrc .gitmodules
sudo apt update && sudo apt install stow
stow --adopt .
git reset --hard
nix-env -iA nixpkgs.myPackages