dotfiles/install.sh

18 lines
392 B
Bash
Raw Normal View History

2025-04-06 20:23:01 -05:00
#!/bin/bash
2025-05-17 15:39:10 -05:00
rm .bashrc .zshrc .ideavirmrc .gitmodules
2025-09-27 08:15:23 -05:00
sudo apt update && sudo apt install stow ansible -y
2025-09-27 07:13:57 -05:00
2025-09-27 08:15:23 -05:00
make devpod
2025-09-27 07:43:20 -05:00
2025-09-27 08:15:23 -05:00
#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