Skip to content

Latest commit

 

History

History
38 lines (30 loc) · 1.18 KB

README.md

File metadata and controls

38 lines (30 loc) · 1.18 KB

My dotfiles

Enjoy this repo 😄 😃 😃

Contents

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 aliases
  • updates.sh functions to update diffrent gems/packages etc
  • packages.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_bashin bash or if you want to keep current shell open update_current .



Simcha Greenbaum


© All rights are reserved 2021 Made with 💖