Skip to content

Will-Howard/dev-tools

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 

Repository files navigation

Dev tools

Set of scripts etc that I pull onto every computer I use.

Installation

Install ~/.bash_profile with this one liner. If you have an existing bash_profile file this will create a backup at ~/.bash_profile.[current_date].backup:

curl -o bash_profile_download https://raw.githubusercontent.com/Will-Howard/dev-tools/master/bash_profile && mv ~/.bash_profile ~/.bash_profile.$(date +%Y%m%d%H%M).backup && mv bash_profile_download ~/.bash_profile

About

Personal scripts and dev tools

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages