https://github.com/v-sekai/groups-engine-workspace
Share the V-Sekai changes to Godot Engine and our custom modules
https://github.com/v-sekai/groups-engine-workspace
Last synced: 5 months ago
JSON representation
Share the V-Sekai changes to Godot Engine and our custom modules
- Host: GitHub
- URL: https://github.com/v-sekai/groups-engine-workspace
- Owner: V-Sekai
- License: mit
- Created: 2021-05-20T15:42:15.000Z (almost 4 years ago)
- Default Branch: main
- Last Pushed: 2022-12-13T17:11:43.000Z (over 2 years ago)
- Last Synced: 2023-03-04T16:48:04.293Z (about 2 years ago)
- Language: Batchfile
- Homepage:
- Size: 498 KB
- Stars: 2
- Watchers: 2
- Forks: 1
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# groups-workspace-fire
A workspace that gives a quick start to the V-Sekai Groups projects.
## Readme for fire
```
scoop install msys2
msys2
pacman -S git python3 ssh-pageant
# copy
# eval $(/usr/bin/ssh-pageant -r -a "/tmp/.ssh-pageant-$USERNAME")
# export PATH=/mingw64/bin/:$PATH
# To the end of ~/.bashrc
git config --global user.name "Your Name"
git config --global user.email "[email protected]"
mkdir -p ~/.ssh
ssh-keyscan github.com >> ~/.ssh/known_hosts
ssh-keyscan gitlab.com >> ~/.ssh/known_hosts
```