auto gets the login user now
This commit is contained in:
@@ -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])
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user