Enjoy this repo 😄 😃 😃
The repo contains my bash script's to speed up my dev work. I work on a windows platform with WSL (linux subsystem) many times my postgres server needs to be rebooted.
as the subsystem will disconnect the postgressql server use load
command to restart the psql server .
.aliases
contains bash aliases.heroku.sh
contains heroku aliasesupdates.sh
functions to update diffrent gems/packages etcpackages.sh
functions to get linx based packages etc
To use these just download the repo into your root directory (~/.bash_profile on mac) For WSL users
cd ~ && git clone [email protected]:gbs4ever/bash.git
nano ~/.bashrc
Then copy this and add it to the bottom of you bashrc.
for file in ~/bash/.*.sh
do source $file
done
If you want to keep this repo updated locally dont forget
git pull
or just use the keywords update_bash
in bash or if you want to keep current shell open update_current
.
© All rights are reserved 2021 Made with 💖