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

@ -18,6 +18,7 @@
bat bat
opentofu opentofu
helm helm
stow
]; ];
}; };
}; };

View file

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