removed legacy script

This commit is contained in:
David Chen 2025-10-20 23:23:07 -07:00
parent 4c8647e4f5
commit 887724af70

View file

@ -1,18 +0,0 @@
#/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