Files
.dotfiles/setup/arch/config.py
T
2026-04-22 18:16:04 -05:00

41 lines
542 B
Python

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