Skip to content
View EdwardPrentice's full-sized avatar

Block or report EdwardPrentice

Report abuse

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

Report abuse

Pinned Loading

  1. dev-machine dev-machine Public

    Initialise a new development machine in a hot minute

    Shell 1 2

  2. dotfiles dotfiles Public

    Shell 3

  3. Automatically install required plugi... Automatically install required plugins used within a Vagrantfile
    1
    if ARGV[0] != 'plugin'
    2
      required_plugins = ['vagrant-vbguest', 'vagrant-reload']         
    3
      plugins_to_install = required_plugins.select { |plugin| not Vagrant.has_plugin? plugin }
    4
      if not plugins_to_install.empty?
    5
        puts "Installing plugins: #{plugins_to_install.join(' ')}"
  4. PlanetCardano/cardano-explorer PlanetCardano/cardano-explorer Public

    Published Image for running a Cardano Explorer Node

    Shell

  5. decrypt.sh decrypt.sh
    1
    #!/bin/bash -eu
    2
    
                  
    3
    if [[ $# -eq 0 ]] ; then
    4
        echo "No argument supplied"
    5
        exit 1
  6. encrypt.sh encrypt.sh
    1
    #!/bin/bash -eu
    2
    
                  
    3
    if [[ $# -eq 0 ]] ; then
    4
        echo "No argument supplied"
    5
        exit 1