Skip to content
/ dotfiles Public

dotfiles for macOS 🍎and Linux 🐧

License

Notifications You must be signed in to change notification settings

askpt/dotfiles

Repository files navigation

dotfiles

What is?

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.

Prerequisites

  • Azure CLI must be installed.
  • You must be logged in to Azure CLI using az login for all features to work correctly.

Installation

Run this script in the terminal:

-c "$(curl -fsLS chezmoi.io/get)" -- init --apply askpt

GitHub Copilot CLI Setup

To use GitHub Copilot CLI, follow these steps:

  1. Make sure you have the GitHub CLI installed.
  2. Log in to your GitHub account using the CLI:
    gh auth login
  3. Install the Copilot CLI extension:
    gh extension install github/gh-copilot

Thanks To

I want to thank all the people that worked on the following repositories: