mirror of
https://github.com/theniceboy/.config.git
synced 2025-12-27 07:15:00 +08:00
18 lines
216 B
Text
Executable file
18 lines
216 B
Text
Executable file
#/usr/bin/env bash
|
|
|
|
cd ~/.config
|
|
echo ".config"
|
|
git pull
|
|
git status
|
|
cd ~/.sconfig
|
|
echo ".sconfig"
|
|
git pull
|
|
git status
|
|
cd ~/scripts
|
|
echo "scripts"
|
|
git pull
|
|
git status
|
|
cd ~/.config/nvim
|
|
echo "nvim"
|
|
git pull
|
|
git status
|