From 502905b023a73723918029573c04b3158f6bbdb3 Mon Sep 17 00:00:00 2001 From: Kendall Whitman Date: Tue, 3 Feb 2026 14:54:09 -0600 Subject: [PATCH] fix indent --- install-arch.py | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/install-arch.py b/install-arch.py index 12f8143..0c7604d 100644 --- a/install-arch.py +++ b/install-arch.py @@ -14,18 +14,18 @@ def sym_link_folders() -> void: ] for folder in FOLDERS: - if not Path(f"{Path.home()}/{folder}").is_dir() and not Path(f"{Path.home()}/{folder}").is_symlink(): - Path(f"{Path.home()}/{folder}").symlink_to(f"{target_folder}/{folder}") + if not Path(f"{Path.home()}/{folder}").is_dir() and not Path(f"{Path.home()}/{folder}").is_symlink(): + Path(f"{Path.home()}/{folder}").symlink_to(f"{target_folder}/{folder}") if Path(f"{Path.home()}/{folder}").is_dir() and not Path(f"{Path.home()}/{folder}").is_symlink(): - Path(f"{Path.home()}/{folder}").rmdir() - Path(f"{Path.home()}/{folder}").symlink_to(f"{target_folder}/{folder}") + Path(f"{Path.home()}/{folder}").rmdir() + Path(f"{Path.home()}/{folder}").symlink_to(f"{target_folder}/{folder}") if Path(f"{Path.home()}/Templates").is_dir(): - Path(f"{Path.home()}/Templates").rmdir() + Path(f"{Path.home()}/Templates").rmdir() if Path(f"{Path.home()}/Public").is_dir(): - Path(f"{Path.home()}/Public").rmdir() + Path(f"{Path.home()}/Public").rmdir() def install_apps() -> void: