diff options
| author | JaKooLit <jimmielovejay@gmail.com> | 2023-11-16 13:42:53 +0900 |
|---|---|---|
| committer | JaKooLit <jimmielovejay@gmail.com> | 2023-11-16 13:42:53 +0900 |
| commit | ca429adf188c4ee7dbec0e27913a95d38969da60 (patch) | |
| tree | 8aa6821689a89670d820558fde1f918f09fe2000 /README.md | |
| parent | ae5f5ed7ce75e846457b5aa332705acbf7865fa3 (diff) | |
download from release
Diffstat (limited to 'README.md')
| -rw-r--r-- | README.md | 11 |
1 files changed, 10 insertions, 1 deletions
@@ -47,13 +47,22 @@ - ~/Pictures/wallpapers - Will be backed up ### 🔔 Automatic copy of configurations -> clone this repo by using git. Change directory, make executable and run the script +clone this repo by using git. Change directory, make executable and run the script ```bash git clone https://github.com/JaKooLit/Hyprland-Dots.git cd Hyprland-Dots +``` +to copy from upstream (possible bugs) +```bash chmod +x copy.sh ./copy.sh ``` +to copy from releases (more test) +```bash +chmod +x release.sh +./release.sh +``` + ### 🐌 Manual copy (not recommended for newbies) - Backup your existing folders in ~/.config (advisable) - copy all contents of configs into ~/.config, overwriting all |
