Skip to content

Instantly share code, notes, and snippets.

View socherbyc's full-sized avatar

Yuri Socher Bichibichi socherbyc

View GitHub Profile
{
"meta": {
"theme": "elegant"
},
"basics": {
"name": "Yuri Socher Bichibichi",
"label": "Backend Developer",
"image": "https://avatars0.githubusercontent.com/u/10188925?s=460&v=4",
"email": "[email protected]",
"summary": "Interest in graphs theory (discrete mathematics), data science and theoretical computer science.\nAbility to learn any language C-like or Lisp-like in a few weeks.\nAutodidacticism, proactivity (antecipating problems) and creativity.",
# MIT
# # Using it:
#
# let
# appimagelauncher = (pkgs.libsForQt5.callPackage ./somewhere/appimagelauncher-deb.nix {});
# in
# {
# environment.systemPackages = with pkgs; [ appimagelauncher ];
#
# MIT
# # Using it:
#
# let
# appimage-menu-updater = (pkgs.callPackage ./somewhere/appimage-menu-updater.nix {});
# in
# {
# systemd.user.services.appimage-menu-updater = {
# enable = true;