This repository has been archived on 2023-11-13. You can view files and clone it, but cannot push or open issues or pull requests.
bash_scripts/general/update_dot_files/config-update.sh

8 lines
119 B
Bash
Executable File

#! /bin/bash
directory=`pwd`
cd ~/git_repos/dot_files/
git add .
git commit -m "update configs"
git push
cd $directory