fix stow function
This commit is contained in:
@@ -44,7 +44,7 @@ def install_apps():
|
|||||||
|
|
||||||
def stow_dot_files():
|
def stow_dot_files():
|
||||||
for dotfile in config.DOTFILES:
|
for dotfile in config.DOTFILES:
|
||||||
subprocess.run(['stow', f"../../{dotfile}", '--adopt'])
|
subprocess.run(['stow', f"{dotfile}", '--adopt'])
|
||||||
|
|
||||||
subprocess.run(['git', 'checkout', '--', '.'])
|
subprocess.run(['git', 'checkout', '--', '.'])
|
||||||
|
|
||||||
Reference in New Issue
Block a user