nixos-dotfiles/scripts/pull_git.py

7 lines
135 B
Python
Raw Normal View History

#!/usr/bin/env python3
from git import Repo
import shutil
import os
GIT_REPO_URL = "git@git.seanomik.net:SeanOMik/nixos-dotfiles.git"