mirror of
https://github.com/correl/dotfiles.git
synced 2025-01-08 19:08:18 +00:00
[provisioning] Add graphviz
This commit is contained in:
parent
325e9d112b
commit
33ef0d4e58
1 changed files with 13 additions and 0 deletions
13
recipes/graphviz
Normal file
13
recipes/graphviz
Normal file
|
@ -0,0 +1,13 @@
|
|||
#!/bin/bash
|
||||
set -e
|
||||
|
||||
case $_PLATFORM in
|
||||
darwin)
|
||||
_recipe brew
|
||||
_brew graphviz
|
||||
;;
|
||||
*)
|
||||
_recipe _apt
|
||||
_apt graphviz
|
||||
;;
|
||||
esac
|
Loading…
Reference in a new issue