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
/* ==UserStyle== | |
@name GitHub Shortcuts | |
@description Display all available shortcuts directly in the UI for beginners. | |
@match https://github.com/* | |
@updateURL https://gist.githubusercontent.com/maxmoehl/3a452e1f4d60fdf7399c8ad199a0000f/raw/github-shortcuts.css | |
@version 0.1.1 | |
==/UserStyle== */ | |
/* Font */ | |
#code-tab span:first-of-type::after, |
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
{ | |
inputs.nixpkgs.url = github:NixOS/nixpkgs/nixos-22.11; | |
inputs.flake-utils.url = "github:numtide/flake-utils"; | |
outputs = { self, nixpkgs, flake-utils }: | |
flake-utils.lib.eachDefaultSystem (system: | |
let | |
pkgs = import nixpkgs { inherit system; }; | |
in | |
{ |
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
apiVersion: internal | |
kind: GitCommitLabel | |
metadata: | |
name: whatever | |
annotations: | |
config.kubernetes.io/function: | | |
exec: | |
path: git_commit_label.sh |