fix stow function

This commit is contained in:
Kendall Whitman
2026-02-05 18:10:26 -06:00
parent b1ad5187f4
commit 0937aa4e6e
2 changed files with 1 additions and 1 deletions

36
config.py Normal file
View File

@@ -0,0 +1,36 @@
DIRECTORIES = [
'Documents',
'Downloads',
'Music',
'Pictures',
'Repos',
'Videos',
]
DIRECTORIES_TO_REMOVE = [
'Templates',
'Public',
]
APPS = [
'element-desktop',
'flatpak',
'libreoffice-fresh',
'librewolf-bin',
'neovim-git',
'proton-mail-bin',
'proton-vpn-gtk-app',
'rtorrent',
'steam',
'stow',
'tmux',
'wl-clipboard',
]
DOTFILES = [
'alacritty',
'fish',
'nvim',
'rtorrent',
'tmux',
]