Skip to content
View loganlinn's full-sized avatar
🪵
🪵

Organizations

@plumatic @pedestal @omcljs
Block or Report

Block or report loganlinn

Block user

Prevent this user from interacting with your repositories and sending you notifications. Learn more about blocking users.

You must be logged in to block users.

Please don't include any personal information such as legal names or email addresses. Maximum 100 characters, markdown supported. This note will be visible to only you.
Report abuse

Contact GitHub support about this user’s behavior. Learn more about reporting abuse.

Report abuse
loganlinn/README.md

👋🌎

Pinned

  1. dotfiles dotfiles Public

    @loganlinn's "dotfile" repository

    Nix 1 2

  2. plumatic/om-tools plumatic/om-tools Public

    Tools for building Om applications

    Clojure 436 31

  3. github cli config github cli config
    1
    aliases:
    2
        pv: pr view --web
    3
        land: pr merge --squash --delete-branch
    4
        config-export: '!cat ~/.config/gh/config.yml | jq --raw-input --slurp -r "{files: {\"config.yml\": {content: .}}}" | gh api -X PATCH /gists/ba5517759522578585830221e88c1658 --input - | jq .html_url | xargs open'
    5
        clone: |-
  4. plumatic/dommy plumatic/dommy Public

    A tiny ClojureScript DOM manipulation and event library

    Clojure 759 74

  5. optimizely/nuclear-js optimizely/nuclear-js Public

    Reactive Flux built with ImmutableJS data structures. Framework agnostic.

    JavaScript 2.2k 160

  6. history.cljs history.cljs
    1
    (ns history
    2
      "Light wrappers and utils for js/history")
    3
    
                  
    4
    (defn back! [] (.back js/history))
    5