Files
.dotfiles/setup/arch/config.py
Kendall Whitman b1ad5187f4 update config
2026-02-04 12:04:16 -06:00

37 lines
489 B
Python

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',
]