Skip to content
View LukeHuckman's full-sized avatar
  • Malaysia
Block or Report

Block or report LukeHuckman

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

I'll be watching you sleep.

Welcome to the dank side

I, Luke Huckman AKA Darkpelz, will be your guide for the evening. Please make yourself at home while my robot waifu maid that I totally didn't buy off the deep web prepares us some hot Milo to go with some slightly stale biscuits.

PGP Public Key

Pinned Loading

  1. Custom .zshrc created from combining... Custom .zshrc created from combining defaults from several distros
    1
    # Lines configured by zsh-newuser-install
    2
    HISTFILE=~/.histfile
    3
    HISTSIZE=1000
    4
    SAVEHIST=1000
    5
    # End of lines configured by zsh-newuser-install
  2. Step by step basic installation of A... Step by step basic installation of Arch Linux with systemd-boot on a UEFI system
    1
    Step 1: Partition and format disks
    2
    	List disks,
    3
    		iso# fdisk -l
    4
    	Select disk,
    5
    		iso# fdisk /dev/X				// Replace X with a storage device
  3. Minecraft server startup script for ... Minecraft server startup script for Paper using Aikar's flags
    1
    #!/bin/bash
    2
    serverpath="" #Server directory goes here
    3
    
                  
    4
    #Check if the server is already running
    5
    if $(screen -list | grep -q minecraftserver); then
  4. Minecraft server update script for P... Minecraft server update script for Paper using API v2
    1
    #!/bin/bash
    2
    serverpath="" #Server directory goes here
    3
    
                  
    4
    #Create update directory if it doesn't exist
    5
    if [ ! -d "$serverpath/update" ]; then
  5. Marwaita-Icons Marwaita-Icons Public

    Forked from darkomarko42/Marwaita-Icons

    Icon pack for Linux, modified from upstream to support more file types.

    Makefile