Skip to content
View ianebeckett's full-sized avatar

Block or report ianebeckett

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. gitbash-bashrc gitbash-bashrc
    1
    # git
    2
    alias gs='git status'
    3
    #alias cc='git commit -v'
    4
    # aliases in ~/.dotfiles/.gitconfig
    5
    alias gl='git l'
  2. keybindings.json keybindings.json
    1
    // Place your key bindings in this file to override the defaults
    2
    /*
    3
    TODO:
    4
      goToProblem
    5
      go through Neovim config and duplicate everything possible
  3. settings.json settings.json
    1
    {
    2
      "C_Cpp.default.compilerPath": "/usr/bin/g++-12",
    3
      "telemetry.telemetryLevel": "off",
    4
      "extensions.ignoreRecommendations": true,
    5
    
                  
  4. scripts scripts Public

    scripts for my workflow

    Shell

  5. Ubuntu (X): copy file contents to sy... Ubuntu (X): copy file contents to system clipboard
    1
    command cat my_latex_template.txt | xclip -sel clip
  6. put this in a directory .gitlab/merg... put this in a directory .gitlab/merge_request_templates/ at the root of the repo
    1
    <!--- put this in a directory .gitlab/merge_request_templates/ at the root of the repo -->
    2
    /assign_reviewer @foo @bar @baz
    3
    
                  
    4
    **describe changes**
    5