update config
This commit is contained in:
@@ -33,5 +33,4 @@ DOTFILES = [
|
|||||||
'nvim',
|
'nvim',
|
||||||
'rtorrent',
|
'rtorrent',
|
||||||
'tmux',
|
'tmux',
|
||||||
'tmuxp',
|
|
||||||
]
|
]
|
||||||
|
|||||||
@@ -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