diff options
| author | Aargh Rai <aargh.rai+git@gmail.com> | 2025-10-19 18:46:56 +0530 |
|---|---|---|
| committer | Aargh Rai <aargh.rai+git@gmail.com> | 2025-10-19 18:46:56 +0530 |
| commit | 9aa0070e137ac3e2b90284ed82f1751a601e18e1 (patch) | |
| tree | 666f5fb60282f0385d2c7806b81adfb433f97efe /sync_out.sh | |
| parent | 9b10a58de35d9a2076f4a93f6fb63f488b8fb084 (diff) | |
sync_out script + no more llms
Diffstat (limited to 'sync_out.sh')
| -rwxr-xr-x | sync_out.sh | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/sync_out.sh b/sync_out.sh new file mode 100755 index 0000000..05fdaca --- /dev/null +++ b/sync_out.sh @@ -0,0 +1,4 @@ +echo "Inserting files..." +mkdir -p ~/.config +sudo cp -r hypr foot nvim tmux waybar wofi yazi starship.toml ~/.config +sudo cp -r Wallpapers ~/Pictures |
