dotfiles/install.sh

9 lines
217 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
curl -L https://nixos.org/nix/install | sh -s -- --daemon
2025-05-17 15:39:10 -05:00
nix-env -iA nixpkgs.myPackages