From ef7d7e98914a30500c55e3fcd341395f0070e703 Mon Sep 17 00:00:00 2001 From: DeveloperDurp Date: Sat, 17 May 2025 15:39:10 -0500 Subject: [PATCH] update --- install.sh | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) diff --git a/install.sh b/install.sh index 82f07d6..39a0bd4 100644 --- a/install.sh +++ b/install.sh @@ -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