8000 GitHub - liuilin/dotfiles: my wsl dotfiles backup with Mackup
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

liuilin/dotfiles

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

backup dotfiles with Mackup

edit config

nvim ~/.mackup.cfg
mackup backup
python ~/gitpush.py

the auto upload script

gitpush.py

from git import Repo
import os

# code path
dirfile = os.path.abspath('/mnt/c/Users/Daniel/Google Drive/dotfiles')
repo = Repo(dirfile)

g = repo.git
g.add("--all")
g.commit("-m auto update")
g.push()
print("Successful push!")

auto upload my dotfiles

python ~/gitpush.py

About

my wsl dotfiles backup with Mackup

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published
0