Skip to content

viveksinha/myGameWithTerminal

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

12 Commits
 
 
 
 
 
 

Repository files navigation

Installation

Using Git and the bootstrap script

You can clone the repository wherever you want. (I like to keep it in ~/Projects/myGameWithTerminal, with ~/myGameWithTerminal as a symlink.) The bootstrapper script will pull in the latest version and copy the files to your home folder.

git clone https://github.com/wiki05/myGameWithTerminal.git && cd myGameWithTerminal && source bootstrap.sh

To update, cd into your local myGameWithTerminal repository and then:

source bootstrap.sh

Alternatively, to update while avoiding the confirmation prompt:

set -- -f; source bootstrap.sh

Git-free install

To install these bash files without Git:

cd; curl -#L https://github.com/wiki05/myGameWithTerminal/tarball/master | tar -xzv --strip-components 1 --exclude={README.md,bootstrap.sh,LICENSE-MIT.txt}

To update later on, just run that command again.

$Happy Coding

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published