Skip to content

Instantly share code, notes, and snippets.

View jimmcslim's full-sized avatar

James Webster jimmcslim

  • Brisbane, Australia
View GitHub Profile
@jimmcslim
jimmcslim / install-tmux-config.sh
Created September 29, 2022 01:56
Install tmux config
#!/bin/bash
# Installs https://github.com/gpakosz/.tmux
cd
git clone https://github.com/gpakosz/.tmux.git
ln -s -f .tmux/.tmux.conf
cp .tmux/.tmux.conf.local .
@jimmcslim
jimmcslim / something.ign
Created March 11, 2024 14:22
this is a test
blah blah blah
@jimmcslim
jimmcslim / resume.json
Last active August 4, 2024 10:52
My resume
{
"$schema": "https://raw.githubusercontent.com/jsonresume/resume-schema/v1.0.0/schema.json",
"basics": {
"name": "James Webster",
"label": "Software engineer",
"email": "jim@james-webster.com",
"phone": "+61422036741",
"summary": "I am a technical lead, software architect and lead developer with over 20 years of experience in software development. I have worked in a variety of industries including finance, energy, and software consulting. I have a strong background in software development and architecture, and I have worked in a variety of roles including technical lead, software architect, and lead developer. I have experience in a variety of technologies including Java, C#, and JavaScript, and I have experience in a variety of software development methodologies including Agile and Scrum.",
"location": {
"city": "Brisbane",
@jimmcslim
jimmcslim / AGENT.md
Created July 28, 2025 23:51
Template AGENT.md - from https://agent.md

Project Name

Provide a high-level overview of the project, including its purpose, scope, and major components. Describe the general structure of the codebase and the separation of concerns between different layers (e.g., client, server, shared utilities).

Build & Commands

Document the key commands for interacting with the project during development and deployment. This may include: