Skip to content
View snelling-a's full-sized avatar
:octocat:
:octocat:
Block or Report

Block or report snelling-a

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

andrew

fullstack developer

// me.ts

class Andrew extends SoftwareEngineer {
    constructor (
        private readonly terminal: WezTerm,
        public editor: Neovim
    )

    public job() {
        wakeUp()

        this.openTerminal()

        this.openEditor()

        work()

        return Pipedrive
    }

    private openTerminal() {
        return this.terminal
    }

    private openEditor() {
        return this.editor
    }

}
#!/usr/bin/env bash
# env.sh
# downloads dotfiles and sets up the dev environment

DOTFILES="$HOME/dotfiles"
git clone [email protected]:snelling-a/dotfiles.git "$DOTFILES"

"$DOTFIELS/install.sh"

echo "Installing node..."
echo "Installing typescript..."
echo "Installing deno..."
echo "Installing lua..."

echo "Happy hacking!"

octo ring
[prev] [random] [next]

Pinned

  1. dotfiles dotfiles Public

    dotfiles

    Shell

  2. nvim nvim Public

    neovim config

    Lua 4