Skip to content

Instantly share code, notes, and snippets.

@EmilRex
Last active March 17, 2025 16:59
Show Gist options
  • Save EmilRex/adf58d078ecbccf6e78c30166e4d1cd7 to your computer and use it in GitHub Desktop.
Save EmilRex/adf58d078ecbccf6e78c30166e4d1cd7 to your computer and use it in GitHub Desktop.
dotfiles
# Environment Management
alias new="uv venv --python 3.12"
alias off="deactivate"
alias on="source .venv/bin/activate"
# Tools
alias c=clear
alias cat=bat
alias k=kubectl
alias pip="uv pip"
alias prune="docker system prune -f"
alias python=python3
alias tf=terraform
# https://github.com/Homebrew/homebrew-bundle
tap "hashicorp/tap"
tap "homebrew/bundle"
brew "awscli"
brew "bat"
brew "duckdb"
brew "gh"
brew "hashicorp/tap/terraform"
brew "helm"
brew "htop"
brew "jq"
brew "k9s"
brew "loc"
brew "terraform-docs"
brew "tree"
brew "uv"
brew "yq"
cask "ghostty"
cask "google-cloud-sdk"
vscode "hashicorp.terraform"
vscode "ms-python.python"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment