update config

This commit is contained in:
Kendall Whitman
2026-02-04 12:04:16 -06:00
parent d1419177d0
commit b1ad5187f4
2 changed files with 1 additions and 2 deletions

View File

@@ -33,5 +33,4 @@ DOTFILES = [
'nvim',
'rtorrent',
'tmux',
'tmuxp',
]

View File

@@ -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', '--', '.'])