This commit is contained in:
DeveloperDurp 2025-09-27 07:45:22 -05:00
parent 9ac3e09274
commit cd804f7bcf
2 changed files with 4 additions and 3 deletions

View file

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

View file

@ -1,6 +1,8 @@
#!/bin/bash #!/bin/bash
rm .bashrc .zshrc .ideavirmrc .gitmodules rm .bashrc .zshrc .ideavirmrc .gitmodules
sudo apt update sudo apt update && sudo apt install stow
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
@ -9,4 +11,4 @@ sh <(curl -L https://nixos.org/nix/install) --no-daemon
cd "/home/vscode/dotfiles" cd "/home/vscode/dotfiles"
stow --adopt . stow --adopt .
git reset --hard kit reset --hard