Skip to content
View cbusenbu's full-sized avatar
🦆
🦆
  • Milliman
  • Cincinnati, Ohio
  • 16:48 (UTC -05:00)

Highlights

  • Pro

Block or report cbusenbu

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. config-neovim config-neovim Public

    Currently testing a pure NeoVim implementation with language servers, still up in the air over coc-vim or hand rolling with LanguageClient-neovim

    Vim Script

  2. resume resume Public

    This is my resume... The most current version should be on the most current tag... hopefully.

    TeX

  3. .gitconfig .gitconfig
    1
    # If updated, update gist at https://gist.github.com/cbusenbu/20900b15eb707c86fa7397694c1059fe
    2
    [user]
    3
        name = Chas Busenburg
    4
    	email = chas.busenburg@milliman.com
    5
    	signingkey = ED7B37B0
  4. Powershell Profile Powershell Profile
    1
    # When changes are made, make sure to update https://gist.github.com/cbusenbu/785669c300f0f8d19aaa38685ff94394
    2
    When working on a unix based computer
    3
    if ($PSVersionTable.Platform -eq 'Unix'){
    4
    	$env:PATH+=':/usr/local/bin'
    5
    }