You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
These plugins will work standalone on many Linux OS, or directly on your ~/.zshrc
I'll list here the way to install them on Oh-My-ZSH but will list the repositories in
case you want to install them in other fashion.
If you haven't already go and make your package a module:
# This assumes you have your package located at ~/go/src/github.com/your_account/your_package
go mod init github.com/your_account/your_package
go mod tidy
If you want to work on your machine and don't need a remote repository, or you want to upload your repository at a later time, you can create a local repository:
Since August 13, 2021 GitHub is no longer allowing users to access repositories with username/password authentication. This will affect users accesing github repositories from command line clients.
You will need to create a Personal Access Token (PAT) if you wish to continue accessing your repositories from the command line.
Instructions for how to create a PAT can be found on GitHub. It's a simple process and at the time of this writing it consists on going to your profile's Developer Settings at Your Github profile -> Settings -> Developer Settings (click on your profile picture to find the link to Your GitHub profile).
When creating yor access token for accessing your repositories it is better if you set an expiration date[*](#f1
If you are on macOS Catalina, your default shell is most likely zsh but to make sure, run the following commands:
# Check your default shell:echo$SHELL# Check your current shell (if you configured your terminal to use a specific shell different front your default):
ps -o comm= $$