Skip to content

GeneralD/zaw-src-bitbucket

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

zaw-src-bitbucket

Optional sources of zaw for Bitbucket:

  • bitbucket

It shows list of your repositories on Bitbucket and clones repo you choose.

Installation

If you are using zplug, just add the code below in your .zshrc.

zplug "zsh-users/zaw"
zplug "GeneralD/zaw-src-bitbucket", on:zsh-users/zaw, defer:2

For oh-my-zsh, clone this repo into ~/.oh-my-zsh/custom/plugins and add plugin as below.

plugins+=(zaw zaw-src-bitbucket)

Customize

If you have a config file ~/.bitbucket as below, username and password will be loaded from it.

[auth]
username = GeneralD
password = xxxxxxxxxxxxx

[options]
scm = git
protocol = ssh

Furthermore, you can override if you want.

ZAW_BITBUCKET_USER=GeneralD
ZAW_BITBUCKET_PASSWORD=xxxxxxxxxxxxx

Dependencies

  • jq

If you are using macOS, you can install with,

brew install jq
  • any nerd-font

This zaw source shows characters of nerd-font. You can search compatible font with,

brew cask search nerd-font

Then, install and set any nerd-font to your terminal application.

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages