Skip to content

Instantly share code, notes, and snippets.

View GuGuss's full-sized avatar

Augustin Delaporte GuGuss

View GitHub Profile
###############################################################
# 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]%}"

Keybase proof

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:

@GuGuss
GuGuss / setup.sh
Last active December 16, 2019 15:21 — forked from bradp/setup.sh
New Mac Setup Script
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
@GuGuss
GuGuss / script-compliance.js
Last active May 29, 2020 14:39
Activity Script to compare the deployed services and runtimes versions with the Platform.sh public registry.
/**
* 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() {