This commit is contained in:
2025-09-23 14:06:26 +00:00
parent 8971d087a3
commit cfb80bd819
6 changed files with 61 additions and 44 deletions

View File

@@ -1,5 +1,7 @@
#!/usr/bin/env python3
"""Helper functions for the dotfiles system."""
import sys
import subprocess
import math
@@ -7,7 +9,6 @@ import random
import shutil
import datetime
"""Helper functions for the dotfiles system."""
try:
import pyfiglet
@@ -173,7 +174,6 @@ def ensure_dependencies():
printfe("green", "All dependencies have been processed")
return True
else:
printfe("yellow", "Skipping dependency installation")
return False
printfe("yellow", "Skipping dependency installation")
return False
return True