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