Skip to content
View lmarti17's full-sized avatar
👨‍💻
Available for freelance
👨‍💻
Available for freelance

Block or report lmarti17

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

Pinned Loading

  1. nextplate nextplate Public archive

    Boilerplate with Next12, Typescript

    TypeScript

  2. parcel-plate parcel-plate Public

    Quick experiments environment for Three.js, powered by Parcel.

    JavaScript

  3. iterm2-config iterm2-config
    1
    <?xml version="1.0" encoding="UTF-8"?>
    2
    <!DOCTYPE plist PUBLIC "-//Apple//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd">
    3
    <plist version="1.0">
    4
    <dict>
    5
    	<key>AlternateMouseScroll</key>
  4. A shell script to install all apps /... A shell script to install all apps / packages I usually use for working as an Interactive developer (not tested for now though)
    1
    #!/usr/bin/env bash
    2
    
                  
    3
    # Install command-line tools using Homebrew.
    4
    
                  
    5
    # Ask for the administrator password upfront.