Last active
March 17, 2025 16:59
-
-
Save EmilRex/adf58d078ecbccf6e78c30166e4d1cd7 to your computer and use it in GitHub Desktop.
dotfiles
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
# 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 |
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
# 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