mirror of
https://github.com/correl/dotfiles.git
synced 2024-11-22 03:00:05 +00:00
10 lines
154 B
Bash
10 lines
154 B
Bash
#!/bin/bash
|
|
# Description: Core set of frequently-used recipes
|
|
set -e
|
|
|
|
_recipe brew
|
|
_recipe shell-utils
|
|
_recipe git
|
|
_recipe zsh
|
|
_recipe bin
|
|
_recipe emacs
|