corrected dotfiles copy to ignore logs and scripts
This commit is contained in:
+2
-2
@@ -225,8 +225,8 @@ def copy_dotfiles(setup):
|
|||||||
|
|
||||||
# list of relevant configs
|
# list of relevant configs
|
||||||
lis = os.listdir()
|
lis = os.listdir()
|
||||||
exeptions = ['.git', 'desktop', '.bashrc','.zshrc','picom.conf', 'polybar','data.txt'
|
exeptions = ['.git', '.bashrc','.zshrc','retired','data.txt','wrappedhl','Hyprland','install.sh',
|
||||||
,'i3','README.md','.gitignore','cinnamon-configs','Laptop-configs']
|
'logg.log','README.md','.gitignore','rice-cook.py','wrappedhl','Laptop-configs']
|
||||||
|
|
||||||
for z in exeptions:
|
for z in exeptions:
|
||||||
if z in lis:
|
if z in lis:
|
||||||
|
|||||||
Reference in New Issue
Block a user