diff --git a/setup/arch/config.py b/config.py similarity index 100% rename from setup/arch/config.py rename to config.py diff --git a/setup/arch/install.py b/install.py similarity index 95% rename from setup/arch/install.py rename to install.py index 24963c4..77619cd 100644 --- a/setup/arch/install.py +++ b/install.py @@ -44,7 +44,7 @@ def install_apps(): def stow_dot_files(): for dotfile in config.DOTFILES: - subprocess.run(['stow', f"../../{dotfile}", '--adopt']) + subprocess.run(['stow', f"{dotfile}", '--adopt']) subprocess.run(['git', 'checkout', '--', '.'])