Skip to content
View eggbean's full-sized avatar
  • London, United Kingdom
Block or Report

Block or report eggbean

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

Cloud automation 🚀

Anurag's GitHub stats

Pinned

  1. .dotfiles .dotfiles Public

    My dotfiles and stuff. The bootstrap script installs and updates and uses GNU Stow to make the symlinks. Will replace the use of nix-env with nix home manager soon.

    Vim Script 1

  2. winfiles winfiles Public

    Windows shell configuration and scripts to automate setup of Windows

    Batchfile 1

  3. resize-font.gvim resize-font.gvim Public

    gVim plugin for changing font/window size using keyboard or mousewheel.

    Vim Script 7 2

  4. docker-weechat docker-weechat Public

    Forked from jkaberg/dockerfiles

    Dockerfile for WeeChat IRC client. Image available at https://hub.docker.com/r/eggbean/weechat

    Dockerfile 1 2

  5. Now moving from exa to eza fork. Wra... Now moving from exa to eza fork. Wrapper script to give it nearly identical switches and appearance to ls. Also automatically adds --git switch when in a git repository.
    1
    #!/bin/bash
    2
    
                  
    3
    ## Change following to '0' for output to be like ls and '1' for eza features
    4
    # Don't list implied . and .. by default with -a
    5
    dot=0
  6. PowerShell script to install scoop f... PowerShell script to install scoop for multi-users and install packages that I use.
    1
    # PowerShell script to install scoop for multi-user and packages.
    2
    # If scoop is already installed, any additional packages are installed
    3
    # and shims are reset in order of the package list.
    4
    
                  
    5
    # Test if Admin