Welcome to Awoo.sh


There is not much here. This was established as a joke and well, now there's a Scripts Repository for the typical things we do for both personal and work. Some of the scripts we use are mirrored to Github, as well. Eventually, we'll maintain our own Git instance; still undecided on whether to continue using Gitlab internally or something else.

If you're interested in checking out the scripts, contact Keiro on Discord or Telegram, @keiroituralde, as not all scripts are publicly accessible. Please mention that you saw our Discord/Telegram handle on awoo.sh.

What do we use for scripts?

We use zsh along with Oh My ZSH after using bash for years. We're still working on improving compatibility with the use of zsh in our scripts. Otherwise, perhaps check out our Github, here.

Here's our basic theme for use with Oh My Zsh, appropriately named keiro.zsh-theme:

PROMPT="%(?:%{$fg_bold[green]%}%n@%M %1{➜%} :%{$fg_bold[red]%}%n@%M %1{➜%} ) %{$fg[cyan]%}%c%{$reset_color%}"
PROMPT+=' $(git_prompt_info)'

ZSH_THEME_GIT_PROMPT_PREFIX="%{$fg_bold[blue]%}git:(%{$fg[red]%}"
ZSH_THEME_GIT_PROMPT_SUFFIX="%{$reset_color%} "
ZSH_THEME_GIT_PROMPT_DIRTY="%{$fg[blue]%}) %{$fg[yellow]%}%1{✗%}"
ZSH_THEME_GIT_PROMPT_CLEAN="%{$fg[blue]%})"

Example of zsh theme

Another example of what the theme looks like in-use is forth-coming.

Any interesting scripts?

We're still pretty proud of having contributed to the Mist.io repository, adding Vultr support a fair few years back.