diff options
| author | Aargh Rai <aargh.rai+git@gmail.com> | 2025-10-15 17:57:50 +0530 |
|---|---|---|
| committer | Aargh Rai <aargh.rai+git@gmail.com> | 2025-10-15 17:57:50 +0530 |
| commit | 9a02595549bb9ef08a3ca2e30983a078aeb3c685 (patch) | |
| tree | 2411c01624ff66793f03644bd189c3a1baf61132 /install.sh | |
| parent | 0af0bb31ead7ff59887bc1eeb66df992c9d15208 (diff) | |
finished basic docs
Diffstat (limited to 'install.sh')
| -rw-r--r-- | install.sh | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/install.sh b/install.sh new file mode 100644 index 0000000..b06ec51 --- /dev/null +++ b/install.sh @@ -0,0 +1,6 @@ +sudo cp -r hypr foot nvim tmux waybar wofi yazi home-manager starship.toml ~/.config/hypr +sudo cp -r nixos /etc +sudo cp -r Wallpapers ~/Pictures + +sudo nixos-rebuild switch +home-manager switch |
