dotfiles/install.sh

10 lines
255 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
sudo apt update && sudo apt install stow
stow --adopt .
git reset --hard
2025-09-27 07:13:57 -05:00
2025-09-27 07:31:01 -05:00
mkdir -m 0755 /nix && chown vscode /nix
2025-09-27 07:22:36 -05:00
sh <(curl -L https://nixos.org/nix/install) --no-daemon
2025-05-17 15:39:10 -05:00
nix-env -iA nixpkgs.myPackages