This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| zsh-users/zsh-autosuggestions | |
| zdharma/fast-syntax-highlighting | |
| # spaceship | |
| denysdovhan/spaceship-prompt |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| #cloud-config | |
| # Set your hostname here, the manage_etc_hosts will update the hosts file entries as well | |
| hostname: hypriot-master | |
| manage_etc_hosts: true | |
| # You could modify this for your own user information | |
| users: | |
| - name: pirate | |
| gecos: 'Hypriot Pirate' |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| FROM node:8.15-jessie | |
| # makes global installation possible | |
| ENV NPM_CONFIG_PREFIX=/home/node/.npm-global | |
| # optionally if you want to run npm global bin without specifying path | |
| ENV PATH=$PATH:/home/node/.npm-global/bin | |
| RUN apt-get update | |
| RUN apt-get install -y build-essential libcairo2-dev libpango1.0-dev libjpeg-dev libgif-dev librsvg2-dev |
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.