config updates

This commit is contained in:
Kendall Whitman
2026-02-03 16:06:40 -06:00
parent 502905b023
commit 9a088dae4b
4 changed files with 92 additions and 77 deletions

37
setup/arch/config.py Normal file
View File

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