dotfiles are a group of special files that store some important user settings like terminal options and plugins. Using this installation I can easily roam my settings across multiple machines, including macOS, Linux, WLS2 and GitHub Codespaces. This is possible due to chezmoi. There are some settings that are specific for me, so use this repository as a guide.
- Azure CLI must be installed.
- You must be logged in to Azure CLI using
az login
for all features to work correctly.
Run this script in the terminal:
-c "$(curl -fsLS chezmoi.io/get)" -- init --apply askpt
To use GitHub Copilot CLI, follow these steps:
- Make sure you have the GitHub CLI installed.
- Log in to your GitHub account using the CLI:
gh auth login
- Install the Copilot CLI extension:
gh extension install github/gh-copilot
I want to thank all the people that worked on the following repositories: