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
#!/bin/sh | |
#add_or_update_asdf_plugin "elixir" "https://github.com/asdf-vm/asdf-elixir.git" | |
#add_or_update_asdf_plugin "elm" "https://github.com/vic/asdf-elm.git" | |
# PHP asdf version seems to be shaky or only partially support, double check first before installing it | |
#add_or_update_asdf_plugin "php" "https://github.com/odarriba/asdf-php.git" | |
# Install oh-my-zsh for zsh @see https://gist.github.com/kevin-smets/8568070#oh-my-zsh | |
fancy_echo "Install oh-my-zsh ..." | |
sh -c "$(curl -fsSL https://raw.githubusercontent.com/robbyrussell/oh-my-zsh/master/tools/install.sh)" |
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
// list all sym linked npm modules | |
npm ls -g --depth=0 --link=true |
Tools to capture, visualize, develop, organize and document ideas / processes
Tool | Webbased | Free | Confluence | Jira | Brainstorming | Flow Chart | Collaboration | Markdown Export | Cool and fun to use | Comments |
---|---|---|---|---|---|---|---|---|---|---|
MindNode | X | X | X |
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
{ | |
"name": "lyne-experiments", | |
"version": "0.0.1", | |
"description": "Lyne Design System", | |
"devDependencies": { | |
"@knapsack/design-token-utils": "latest", | |
"@netlify/netlify-design-tokens": "latest", | |
"@nordhealth/components": "latest", | |
"@nordhealth/fonts": "latest", | |
"@nordhealth/themes": "latest", |
OlderNewer