dotfiles/install.sh
2025-09-27 07:31:01 -05:00

9 lines
255 B
Bash

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