Skip to content
View alvarosainzpardo's full-sized avatar
Block or Report

Block or report alvarosainzpardo

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. .vim .vim Public

    Vim Script

  2. Arch Linux common setup Arch Linux common setup
    1
    #!/bin/bash
    2
    
    
    3
    # IMPORTANT: edit variables as needed
    4
    export ssid='SSID'
    5
    export psk='PSK'
  3. Arch Linux base install Arch Linux base install
    1
    #!/bin/bash
    2
    
    
    3
    # Connect to wifi network
    4
    # iwctl station wlan0 connect SSID
    5