auto gets the login user now

This commit is contained in:
acidburn
2023-09-04 20:15:11 -04:00
parent b53ecf287e
commit 8c97ad6871
-2
View File
@@ -64,7 +64,6 @@ def main():
console.print('optimizing dnf.conf', style='ok') console.print('optimizing dnf.conf', style='ok')
dnf_config() dnf_config()
install_programs_dnf() install_programs_dnf()
zsh_fonts() zsh_fonts()
@@ -196,7 +195,6 @@ def zsh_fonts():
def copy_dotfiles(setup): def copy_dotfiles(setup):
console.rule("Copying Dotfiles", style='checkt') console.rule("Copying Dotfiles", style='checkt')
# list of relevant configs # list of relevant configs
lis = list(next(os.walk('.'))[1]) lis = list(next(os.walk('.'))[1])