From 3d91459791ba9744ff6f7cf64b1bff19a36ea29a Mon Sep 17 00:00:00 2001 From: mal0 Date: Sat, 10 Aug 2024 05:07:20 -0400 Subject: [PATCH] worked on dorfiles copy function --- rice-cook.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/rice-cook.py b/rice-cook.py index 57813c6..a56b749 100755 --- a/rice-cook.py +++ b/rice-cook.py @@ -222,8 +222,8 @@ def copy_dotfiles(setup): # list of relevant configs lis = os.listdir() - exeptions = ['.git', 'desktop', '.bashrc','.zshrc','picom.conf', 'polybar' - ,'i3','README.md','.gitignore','cinnamon-configs'] + exeptions = ['.git', 'desktop', '.bashrc','.zshrc','picom.conf', 'polybar','data.txt' + ,'i3','README.md','.gitignore','cinnamon-configs','Laptop-configs'] for z in exeptions: if z in lis: