update config
This commit is contained in:
@@ -33,5 +33,4 @@ DOTFILES = [
|
||||
'nvim',
|
||||
'rtorrent',
|
||||
'tmux',
|
||||
'tmuxp',
|
||||
]
|
||||
|
||||
@@ -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', '--', '.'])
|
||||
|
||||
|
||||
Reference in New Issue
Block a user