I hereby claim:
- I am guguss on github.
- I am guguss (https://keybase.io/guguss) on keybase.
- I have a public key whose fingerprint is B87A 47AF 4F4D 7625 733B 59ED E38C BAFD F108 B18A
To claim this, I am signing this object:
version: 1 | |
info: | |
id: platformsh/demo-project | |
name: Upsun Demo | |
description: | | |
<p>This repository builds the Upsun Demo.</p> | |
class: starter | |
featured: false |
/** | |
* Returns a key/value object containing all variables relevant for the activity. | |
* | |
* That includes project level variables, plus any variables visible for | |
* the relevant environment for the activity, if any. | |
* | |
* Note that JSON-encoded values will show up as a string, and need to be | |
* decoded with JSON.parse(). | |
*/ | |
function variables() { |
echo "Creating an SSH key for you..." | |
ssh-keygen -t rsa | |
echo "Please add this public key to Github \n" | |
echo "https://github.com/account/ssh \n" | |
read -p "Press [Enter] key after this..." | |
echo "Installing xcode-stuff" | |
xcode-select --install |
I hereby claim:
To claim this, I am signing this object:
############################################################### | |
# Custom theme made by GuGuss by extending the superjarin theme | |
############################################################### | |
NAME_="%{$fg[white]%}%{$fg[red]%}%B%n%b%{$fg[white]%}%{$reset_color%}" | |
# Grab the current filepath, use shortcuts: ~/Desktop | |
# Append the current git branch, if in a git repository | |
JARIN_CURRENT_LOCA_="%{$fg_bold[green]%}%~\$(git_prompt_info)%{$reset_color%}" | |
ZSH_THEME_GIT_PROMPT_PREFIX="%{$fg[green]%} [%{$fg[blue]%}" |