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

Block or report jansroka

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
jansroka/README.md

Hi there 👋

  • I’m currently working on Daito, a web-based 2FA authenticator.
  • My favorite tech-related past-time is messing with Jekyll on one of my websites.
  • I collect useful snippets & scripts in my gists.

Pinned

  1. updatehosts.sh updatehosts.sh
    1
    #!/usr/bin/env bash
    2
    # Upate your hosts file  - Jan Sroka <github@jansroka.com>
    3
    set -o errexit   # abort on nonzero exitstatus
    4
    set -o nounset   # abort on unbound variable
    5
    set -o pipefail  # don't hide errors within pipes
  2. dotfiles dotfiles Public

    My Ansible-based dotfiles for OSX Sonoma

    Shell 3 2