1
0
Fork 0
mirror of https://codeberg.org/Mo8it/dotfiles.git synced 2024-10-17 20:52:40 +00:00
This commit is contained in:
Mo 2022-08-14 02:56:14 +02:00
parent 3d78d52314
commit 66fc0548e9
3 changed files with 6 additions and 0 deletions

2
.scripts/fetch_installed_packages.py Normal file → Executable file
View file

@ -1,3 +1,5 @@
#!/usr/bin/python
import json import json
import re import re
import subprocess import subprocess

2
.scripts/restic.py Normal file → Executable file
View file

@ -1,3 +1,5 @@
#!/usr/bin/python
import subprocess import subprocess
from getpass import getpass from getpass import getpass
from os import environ from os import environ

2
.scripts/update.py Normal file → Executable file
View file

@ -1,3 +1,5 @@
#!/usr/bin/python
import subprocess import subprocess
from getpass import getpass from getpass import getpass
from sys import argv from sys import argv