rafi / awesome-vim-colorschemes

Collection of awesome color schemes for Neo/vim, merged for quick use.
2.73k stars 175 forks source link

scripts errors #20

Closed ghost closed 3 years ago

ghost commented 3 years ago

hello, putting colorsthemes is ok.

but script make an error :

`👨francois@💻zaphod🐙:~/tmp/awesome-vim-colorschemes$ bash pull-updates.sh pull-updates.sh: line 11: HOMEBREW_GITHUB_API_TOKEN: unbound variable

gzip: stdin: unexpected end of file tar: Child returned status 1 tar: Error is not recoverable: exiting now 👨francois@💻zaphod🐙:~/tmp/awesome-vim-colorschemes$ ./pull-updates.sh ./pull-updates.sh: line 11: HOMEBREW_GITHUB_API_TOKEN: unbound variable

gzip: stdin: unexpected end of file tar: Child returned status 1 tar: Error is not recoverable: exiting now 👨francois@💻zaphod🐙:~/tmp/awesome-vim-colorschemes$ `

seems to be missing variable assignement in pull-updates.sh

regards.

rafi commented 3 years ago

Hi @goblinrieur. Because the script pulls many repositories, you don't want to hit GitHub's rate-limiting. Create a token and export and environment variable named HOMEBREW_GITHUB_API_TOKEN so the script will use it.

ghost commented 3 years ago

thanks.

ghost commented 3 years ago

thanks