Before starting the setup, ensure that 1Password is installed and you are logged in.
To set up the dotfiles on Windows, run the following PowerShell command:
iex (iwr -useb "https://raw.githubusercontent.com/eduuh/dotfiles/main/windowsetup.ps1")
- Set up GitHub CLI and configure GitHub SSH keys. Make sure to log in to GitHub CLI:
bash <(curl -sL https://raw.githubusercontent.com/eduuh/dotfiles/main/github_keys.sh)
- Set up the development environment:
zsh <(curl -sL https://raw.githubusercontent.com/eduuh/dotfiles/main/setup.sh)