This commit is contained in:
DeveloperDurp 2025-09-27 07:43:20 -05:00
parent 390a21dd36
commit 9ac3e09274
2 changed files with 7 additions and 3 deletions

View file

@ -1,9 +1,12 @@
#!/bin/bash
rm .bashrc .zshrc .ideavirmrc .gitmodules
sudo apt update && sudo apt install stow
stow --adopt .
git reset --hard
sudo apt update
sudo mkdir -m 0755 /nix && sudo chown vscode /nix
sh <(curl -L https://nixos.org/nix/install) --no-daemon
/home/vscode/.nix-profile/bin/nix-env -iA nixpkgs.myPackages
cd "/home/vscode/dotfiles"
stow --adopt .
git reset --hard