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