csgo-config icon indicating copy to clipboard operation
csgo-config copied to clipboard

support fetching the player config from own repository or gist

Open jakoch opened this issue 2 years ago • 0 comments

Change the setup, to

  • [ ] support fetching the player config from own
    • [ ] repository
    • [ ] gist
  • [ ] Provide menu to select player config?

Team Config Setup

  1. team clones this repo (github.com/jakoch/csgo-config) and adjusts the team.cfg
    • think of the origin repository as a template project
  2. team pushes the forked repo to their team/dev account (github.com/team/csgo-config)

Player Config Setup

  1. create local personal config.cfg
  2. pushes repo (github.com/player/csgo-config) with config.cfg OR to a github gist
  3. update team repo with URLs of player configs
  4. push URLs

Local Setup

  1. git clone github.com/team/csgo-config
  2. sync to collect personal configs (ask which one?)

jakoch avatar Jul 22 '22 13:07 jakoch