mirror of
https://github.com/theniceboy/.config.git
synced 2025-12-26 14:44:57 +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
|