aboutsummaryrefslogtreecommitdiff
path: root/install.sh
diff options
context:
space:
mode:
authorAargh Rai <aargh.rai+git@gmail.com>2025-10-19 18:46:56 +0530
committerAargh Rai <aargh.rai+git@gmail.com>2025-10-19 18:46:56 +0530
commit9aa0070e137ac3e2b90284ed82f1751a601e18e1 (patch)
tree666f5fb60282f0385d2c7806b81adfb433f97efe /install.sh
parent9b10a58de35d9a2076f4a93f6fb63f488b8fb084 (diff)
sync_out script + no more llms
Diffstat (limited to 'install.sh')
-rwxr-xr-xinstall.sh2
1 files changed, 2 insertions, 0 deletions
diff --git a/install.sh b/install.sh
index 9e46ee3..69b066a 100755
--- a/install.sh
+++ b/install.sh
@@ -5,6 +5,8 @@ mkdir -p ~/.config
sudo cp -r hypr foot nvim tmux waybar wofi yazi starship.toml ~/.config
sudo cp -r Wallpapers ~/Pictures
+echo "Rebuilding..."
+
# Although we are sending the configs to /etc/nixos, we aren't actually using them with the flake setup
# Consider the operation purely for vanity
sudo cp -r nixos /etc