Skip to content

qwertycody/Bash_Environment

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 

Repository files navigation

#Run the Below Commands for Setup
cd ~
rm -Rf .git/
remoteOrigin="https://github.com/qwertycody/Bash_Environment.git"
git init
git remote add origin "$remoteOrigin"
git pull origin master
rm -Rf .git/

#Task Scheduler Command Template for Startup Commands
#Program = %comspec%
#Arguments = /c start "" /min "C:\Program Files\Git\git-bash.exe" -c "fix_teams" ^& exit

About

An automatic bash setup script and environment that provides useful functionality and quality of life improvements. Usable on Linux and Windows.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published