If you haven't already set your NPM author info, now you should:
npm set init.author.name "Your Name"
npm set init.author.email "[email protected]"
npm set init.author.url "http://yourblog.com"
npm adduser
| " for transparent background | |
| function! AdaptColorscheme() | |
| highlight clear CursorLine | |
| highlight Normal ctermbg=none | |
| highlight LineNr ctermbg=none | |
| highlight Folded ctermbg=none | |
| highlight NonText ctermbg=none | |
| highlight SpecialKey ctermbg=none | |
| highlight VertSplit ctermbg=none | |
| highlight SignColumn ctermbg=none |
| #!/usr/bin/osascript | |
| # Required parameters: | |
| # @raycast.schemaVersion 1 | |
| # @raycast.title nv | |
| # @raycast.mode compact | |
| # Optional parameters: | |
| # @raycast.icon 🤖 |
| { | |
| "global": { | |
| "ask_for_confirmation_before_quitting": true, | |
| "check_for_updates_on_startup": true, | |
| "show_in_menu_bar": true, | |
| "show_profile_name_in_menu_bar": false, | |
| "unsafe_ui": false | |
| }, | |
| "profiles": [ | |
| { |
| high-perfomance |
If you haven't already set your NPM author info, now you should:
npm set init.author.name "Your Name"
npm set init.author.email "[email protected]"
npm set init.author.url "http://yourblog.com"
npm adduser
First of all, it requires Ruby v2.4.2+ to run.
Said that, install the follow dependencies:
github_changelog_generator
$ [sudo] gem install github_changelog_generatorEver had the need to create a branch in a repo on Github without wanting (or being able) to access a local repo?
With the aid of [the Github API][1] and [hurl.it][2] this is a piece of cake!
Just follow these steps:
https://api.github.com/repos/<AUTHOR>/<REPO>/git/refs/headshttps://api.github.com/repos///git/refs with the following as the POST body :Ever had the need to create a branch in a repo on Github without wanting (or being able) to access a local repo?
With the aid of [the Github API][1] and [hurl.it][2] this is a piece of cake!
Just follow these steps:
https://api.github.com/repos/<AUTHOR>/<REPO>/git/refs/headshttps://api.github.com/repos///git/refs with the following as the POST body :A little lookup for commands I use frequently
git commit -a -m "My commit"
git add .