This commit is contained in:
DeveloperDurp 2025-09-27 08:15:23 -05:00
parent 451137aec3
commit c883a71794
2 changed files with 18 additions and 15 deletions

View file

@ -1,14 +1,17 @@
#!/bin/bash
rm .bashrc .zshrc .ideavirmrc .gitmodules
sudo apt update && sudo apt install stow
stow --adopt .
git reset --hard
sudo apt update && sudo apt install stow ansible -y
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
make devpod
cd "/home/vscode/dotfiles"
stow --adopt .
git reset --hard
#stow --adopt .
#git reset --hard
#
#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