fix stow function
This commit is contained in:
36
config.py
Normal file
36
config.py
Normal file
@@ -0,0 +1,36 @@
|
||||
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',
|
||||
]
|
||||
Reference in New Issue
Block a user