-
-
Notifications
You must be signed in to change notification settings - Fork 1
/
sync-data.ps1
35 lines (26 loc) · 1002 Bytes
/
sync-data.ps1
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
function auto-git-commit() {
git add .
git commit -m "Auto commit"
git pull
git push
}
cd C:\Users\master\repos\brokenricefilms\fonts
auto-git-commit
cd C:\Users\master\repos\brokenricefilms\davinci-resolve
auto-git-commit
cd C:\Users\master\repos\brokenricefilms\notes
auto-git-commit
cp $profile ~\repos\brokenricefilms\dotfiles\
cp C:\Users\master\AppData\Local\nvim\init.lua ~\repos\brokenricefilms\dotfiles\nvim
cp C:\Users\master\.gitconfig ~\repos\brokenricefilms\dotfiles\
cp C:\Users\master\AppData\Local\Packages\Microsoft.WindowsTerminal_8wekyb3d8bbwe\LocalState\settings.json ~\repos\brokenricefilms\dotfiles\windows-terminal\
cd C:\Users\master\repos\brokenricefilms\dotfiles
auto-git-commit
cd C:\Users\master\repos\brokenricefilms\ok
auto-git-commit
cd C:\Users\master\repos\brokenricefilms\docs
auto-git-commit
cd C:\Users\master\repos\brokenricefilms\rss-to-email
auto-git-commit
cd C:\Users\master\repos\brokenricefilms\hawaiianTravelerAsset\
auto-git-commit