Files
.dotfiles/config.py
Kendall Whitman 978845ea74 add fprintd
2026-02-08 14:38:59 -06:00

38 lines
504 B
Python

DIRECTORIES = [
'Documents',
'Downloads',
'Music',
'Pictures',
'Repos',
'Videos',
]
DIRECTORIES_TO_REMOVE = [
'Public',
'Templates',
]
APPS = [
'element-desktop',
'flatpak',
'fprintd',
'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',
]