dotfiles/install.sh

7 lines
158 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
nix-env -iA nixpkgs.myPackages