Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Save ericchansen/7480b43f6ada784af3c482f74aeaa788 to your computer and use it in GitHub Desktop.
Save ericchansen/7480b43f6ada784af3c482f74aeaa788 to your computer and use it in GitHub Desktop.
# You have to do this to allow yourself to run scripts.
# Set-ExecutionPolicy -Scope CurrentUser -ExecutionPolicy Unrestricted
oh-my-posh font install "Meslo"
# Not sure how to automate.
# CTRL + SHIFT + , to open settings.json.
# Add this.
# {
# "profiles":
# {
# "defaults":
# {
# "font":
# {
# "face": "MesloLGM NF"
# }
# }
# }
# }
Set-Service ssh-agent -StartupType Automatic
Start-Service ssh-agent
Get-Service ssh-agent
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment