In this readme we will use the eds.equinor.com domain as an example. Can be done for any sub domain, given you have setup correct DNS/Re-routing.
Run in terminal
openssl req -new -newkey rsa:2048 -nodes -keyout eds.equinor.com.key -out request.csr| #!/bin/bash | |
| # http://redsymbol.net/articles/unofficial-bash-strict-mode/ | |
| set -euo pipefail | |
| IFS=$'\n\t' | |
| # inspired by | |
| # https://gist.github.com/codeinthehole/26b37efa67041e1307db | |
| # https://github.com/why-jay/osx-init/blob/master/install.sh | |
| # https://github.com/timsutton/osx-vm-templates/blob/master/scripts/xcode-cli-tools.sh |
| #!/bin/sh | |
| # Homebrew Script for OSX | |
| # To execute: save and `chmod +x ./brew-install.sh` then `./install_packages.sh` | |
| # Install homebrew and make sure brew path is set | |
| # /bin/bash -c "$(curl -fsSL https://raw.githubusercontent.com/Homebrew/install/HEAD/install.sh)" | |
| echo "Installing brews" | |
| brew install node |
| export ZSH=/Users/michael.marszalek/.oh-my-zsh | |
| export HOMEBREW_GITHUB_API_TOKEN=<add-token-here> | |
| export NVM_DIR="$HOME/.nvm" | |
| [ -s "/usr/local/opt/nvm/nvm.sh" ] && . "/usr/local/opt/nvm/nvm.sh" # This loads nvm | |
| [ -s "/usr/local/opt/nvm/etc/bash_completion.d/nvm" ] && . "/usr/local/opt/nvm/etc/bash_completion.d/nvm" # This loads nvm bash_completion | |
| # Theme | |
| ZSH_THEME="" |
In this readme we will use the eds.equinor.com domain as an example. Can be done for any sub domain, given you have setup correct DNS/Re-routing.
Run in terminal
openssl req -new -newkey rsa:2048 -nodes -keyout eds.equinor.com.key -out request.csrHello there! 👋
We have just pushed out an update to eds-icons with a bugfix (#349) & added a new cable icon
As always, if you have any feedback on the implementation details of the EDS components – please don’t hesitate to get in touch.