Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Select an option

  • Save metaperl/479364 to your computer and use it in GitHub Desktop.

Select an option

Save metaperl/479364 to your computer and use it in GitHub Desktop.
.PHONY: all
all:
git clone http://github.com/defunkt/gist.el.git
perl {{
print 'github username: ';
my $username = <STDIN>;
print 'github API token: ';
my $api_token = <STDIN>;
system "git config --global github.user $username";
system "git config --global github.token $api_token";
}}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment