From 902aa6ba1dba8f6d4dce281fb746e24abc1c77cb Mon Sep 17 00:00:00 2001 From: acidburnmonkey Date: Sat, 16 Nov 2024 23:44:39 -0500 Subject: [PATCH] corrected dotfiles copy to ignore logs and scripts --- rice-cook.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/rice-cook.py b/rice-cook.py index 0539070..e65802b 100755 --- a/rice-cook.py +++ b/rice-cook.py @@ -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: