Ke/readme aliases#243
Closed
kltdwrds wants to merge 28 commits into
Closed
Conversation
Co-authored-by: kltdwrds <5615037+kltdwrds@users.noreply.github.com>
Co-authored-by: kltdwrds <5615037+kltdwrds@users.noreply.github.com>
Co-authored-by: kltdwrds <5615037+kltdwrds@users.noreply.github.com>
Co-authored-by: kltdwrds <5615037+kltdwrds@users.noreply.github.com>
…sword, Loom, Spotify, and PlanetScale CLI Co-authored-by: kltdwrds <5615037+kltdwrds@users.noreply.github.com>
Co-authored-by: kltdwrds <5615037+kltdwrds@users.noreply.github.com>
Add development tools: Cursor, VS Code, Figma, Claude, OrbStack, 1Password, Loom, Notion, Spotify, and PlanetScale CLI
Co-authored-by: kltdwrds <5615037+kltdwrds@users.noreply.github.com>
Updated the title of the playbook in README.
Add Granola AI to Homebrew cask applications
…fault.config.yml Co-authored-by: kltdwrds <5615037+kltdwrds@users.noreply.github.com>
Sync README application list with default.config.yml
Enhance development setup by updating PATH and configuring GitHub PAT
CG: add super whisper, set tool-versions globally, get rid of unused stuff
Document the Git aliases and shell functions included via dotfiles to help new team members discover these productivity shortcuts. Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
TIL our dev-mac-playbook repo includes some useful aliases:
Git Aliases:
Alias Command
gs git status
gc git commit
gp git pull --rebase
gcam git commit -am
gl git log --graph --pretty=format:... (formatted log)
gm git mogged ;)
Custom Functions:
Function Purpose
gsync Synchronize a Git branch with upstream
dockrun Run Docker containers with Ansible
denter Enter a running Docker container
knownrm Remove a line from SSH known_hosts file
The dotfiles are synced from geerlingguy/dotfiles and include: .zshrc, .gitignore, .inputrc, .osx, .vimrc