mirror of
https://github.com/theniceboy/.config.git
synced 2026-05-01 10:56:04 +08:00
14 lines
158 B
Text
Executable file
14 lines
158 B
Text
Executable file
#/usr/bin/env bash
|
|
|
|
cd ~/.config
|
|
git pull
|
|
git status
|
|
cd ~/.sconfig
|
|
git pull
|
|
git status
|
|
cd ~/scripts
|
|
git pull
|
|
git status
|
|
cd ~/.config/nvim
|
|
git pull
|
|
git status
|