Table of Contents generated with DocToc
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
// ==UserScript== | |
// @name Automatically expand Projects sidebar | |
// @namespace http://github.com/ | |
// @version 2023-12-09 | |
// @description Clicks the "+x more" link in the project sections of the issue sidebar | |
// @author @fregante & @janpio | |
// @match https://github.com/**/issues/* | |
// @match https://github.com/**/pull/* | |
// @run-at document-end | |
// @icon https://www.google.com/s2/favicons?sz=64&domain=github.com |
I hereby claim:
- I am janpio on github.
- I am janpio (https://keybase.io/janpio) on keybase.
- I have a public key ASCBSDVH_HWsOdKPCINpAfoEAhlWoQUcTFMBTpvXJiTEXQo
To claim this, I am signing this object:
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
{ | |
"homepage": "https://rubyinstaller.org", | |
"version": "2.4.5-1", | |
"architecture": { | |
"64bit": { | |
"url": "https://github.com/oneclick/rubyinstaller2/releases/download/rubyinstaller-2.4.5-1/rubyinstaller-2.4.5-1-x64.7z", | |
"hash": "0fad5cefc7b5f063f7d1b8acd3c520d870135d3422aa5946e601e08dad3ca3d9", | |
"extract_dir": "rubyinstaller-2.4.5-1-x64" | |
}, | |
"32bit": { |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
048e1f5efe555f9748fb2d19609e947ae096cd3bbb893ba5d1c68a4b2c5f52b50256da66c6179e1586f70535a0feaca7dc80eee3f0467288bdb6234ba6e7b8e182;yddmat |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# Ruby | |
Add to .bash_profile: | |
eval "$(rbenv init -)" | |
rbenv install 2.4.2 | |
rbenv global 2.4.2 | |
gem install bundler |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# Documentation: | |
# | |
# `brew bundle` to install/update everything | |
# `mas outdated`+ `mas upgrade` to also upgrade App Store apps | |
# Internal | |
tap "homebrew/core" | |
tap "homebrew/bundle" | |
tap "caskroom/cask" | |
brew "mas" |