https://github.com/josephworks/josephworks
A Repository to JosephWorks' account
https://github.com/josephworks/josephworks
account repository
Last synced: 6 months ago
JSON representation
A Repository to JosephWorks' account
- Host: GitHub
- URL: https://github.com/josephworks/josephworks
- Owner: josephworks
- Created: 2018-02-28T00:56:26.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2021-10-15T07:49:51.000Z (almost 4 years ago)
- Last Synced: 2025-04-22T19:17:43.231Z (6 months ago)
- Topics: account, repository
- Language: Shell
- Homepage:
- Size: 65.4 KB
- Stars: 2
- Watchers: 1
- Forks: 3
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# josephworks
A Repository with a script that installs all repositories on JosephWorks' account!```sh
git clone https://github.com/josephworks/josephworks.git && cd josephworks
bash getjosephworks.sh
```### Update with submodules
```sh
git clone https://github.com/josephworks/josephworks
cd josephworks
git submodule update --init --recursive --jobs 8
```