Skip to content
View gedzeppelin's full-sized avatar
👽
👽

Highlights

  • Pro
Block or Report

Block or report gedzeppelin

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. monitor-window-switcher monitor-window-switcher Public

    GNOME shell extension to improve dual (or more) monitor experience

    JavaScript 14 3

  2. nginx-certbot-compose nginx-certbot-compose Public archive

    Docker compose solution to nginx whit certbot.

    Shell 1

  3. Simple zsh theme. Simple zsh theme.
    1
    # Functions
    2
    git_prompt_info() {
    3
      inside_git_repo="$(git rev-parse --is-inside-work-tree 2>/dev/null)"
    4
      if [ "$inside_git_repo" ]; then	
    5
        branch=$(git branch | awk '/^\*/ { print $2 }')
  4. enigmajs enigmajs Public

    An API focused UI component library for VueJS 3

    Vue 1