6 lines
158 B
Bash
6 lines
158 B
Bash
#!/bin/bash
|
|
rm .bashrc .zshrc .ideavirmrc .gitmodules
|
|
sudo apt update && sudo apt install stow
|
|
stow --adopt .
|
|
git reset --hard
|
|
nix-env -iA nixpkgs.myPackages
|