45 lines
610 B
Python
45 lines
610 B
Python
DIRECTORIES = [
|
|
'Documents',
|
|
'Downloads',
|
|
'Music',
|
|
'Pictures',
|
|
'Repos',
|
|
'Videos',
|
|
]
|
|
|
|
DIRECTORIES_TO_REMOVE = [
|
|
'Public',
|
|
'Templates',
|
|
]
|
|
|
|
APPS = [
|
|
'electrum',
|
|
'element-desktop',
|
|
'flatpak',
|
|
'fprintd',
|
|
'freecad',
|
|
'libreoffice-fresh',
|
|
'librewolf-bin',
|
|
'neovim-git',
|
|
'proton-mail-bin',
|
|
'proton-vpn-gtk-app',
|
|
'rtorrent',
|
|
'steam',
|
|
'stow',
|
|
'tmux',
|
|
'torbrowser-launcher',
|
|
'wl-clipboard',
|
|
]
|
|
|
|
FLATPAK_APPS = [
|
|
'it.mijorus.gearlever',
|
|
]
|
|
|
|
DOTFILES = [
|
|
'alacritty',
|
|
'fish',
|
|
'nvim',
|
|
'rtorrent',
|
|
'tmux',
|
|
]
|