Skip to content
View fatehalive's full-sized avatar
:octocat:
:octocat:
  • Jakarta, Indonesia
  • 09:15 (UTC -12:00)

Organizations

@koderstory

Block or report fatehalive

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. PyenvInstall PyenvInstall
    1
    #!/bin/bash
    2
    
                  
    3
    # Update & Upgrade
    4
    echo "Updating package list..."
    5
    sudo apt update -y || { echo "Failed to update package list. Exiting."; exit 1; }
  2. Custom Zsh Prompt Custom Zsh Prompt
    1
    # ~/.zshrc file for zsh interactive shells.
    2
    # see /usr/share/doc/zsh/examples/zshrc for examples
    3
     
    4
    setopt autocd              # change directory just by typing its name
    5
    #setopt correct            # auto correct mistakes
  3. koderstory/linux-kickstarter koderstory/linux-kickstarter Public

    Shell

  4. cache-busting cache-busting Public

    JavaScript

  5. movies-app movies-app Public

    TypeScript

  6. stacks-and-queues stacks-and-queues Public

    Python