corrected dotfiles copy to ignore logs and scripts

This commit is contained in:
acidburnmonkey
2024-11-16 23:44:39 -05:00
parent 7e66165b74
commit 902aa6ba1d
+2 -2
View File
@@ -225,8 +225,8 @@ def copy_dotfiles(setup):
# list of relevant configs
lis = os.listdir()
exeptions = ['.git', 'desktop', '.bashrc','.zshrc','picom.conf', 'polybar','data.txt'
,'i3','README.md','.gitignore','cinnamon-configs','Laptop-configs']
exeptions = ['.git', '.bashrc','.zshrc','retired','data.txt','wrappedhl','Hyprland','install.sh',
'logg.log','README.md','.gitignore','rice-cook.py','wrappedhl','Laptop-configs']
for z in exeptions:
if z in lis: