diff options
| author | Aargh Rai <aargh.rai+git@gmail.com> | 2025-10-18 10:33:00 +0530 |
|---|---|---|
| committer | Aargh Rai <aargh.rai+git@gmail.com> | 2025-10-18 10:33:00 +0530 |
| commit | 357e96e6603406d539d89f0c6ed12b1bf0287dca (patch) | |
| tree | 8b8a3c998c62d65a03e77ef1654fc48bc86d0de0 /sync.sh | |
| parent | 85809c17dd2afde7005aecbcec59b4474aa54d1e (diff) | |
fuck cuda + added cloc + fixed the install script
now i have to make the username generic
Diffstat (limited to 'sync.sh')
| -rwxr-xr-x | sync.sh | 4 |
1 files changed, 3 insertions, 1 deletions
@@ -3,7 +3,6 @@ sudo rm -rf hypr foot nixos nvim tmux waybar wofi yazi home-manager Wallpapers starship.toml sudo cp -r ~/.config/hypr . sudo cp -r ~/.config/foot . -sudo cp -r /etc/nixos . sudo cp -r ~/.config/nvim . sudo cp -r ~/.config/tmux . sudo cp -r ~/.config/waybar . @@ -12,3 +11,6 @@ sudo cp -r ~/.config/yazi . sudo cp -r ~/.config/home-manager . sudo cp -r ~/.config/starship.toml . sudo cp -r ~/Pictures/Wallpapers . + +sudo cp -r /etc/nixos . +sudo rm -rf ./nixos/hardware-configuration.nix |
