1
0
Fork 0
mirror of https://github.com/correl/dotfiles.git synced 2025-03-20 09:19:18 -09:00
dotfiles/recipes/base

10 lines
141 B
Text
Raw Normal View History

2018-02-21 23:15:49 -05:00
#!/bin/bash
2018-04-12 14:07:33 -04:00
# Description: Core set of frequently-used recipes
2018-02-27 00:15:14 -05:00
set -e
2018-02-21 23:15:49 -05:00
2018-02-22 11:27:37 -05:00
_recipe shell-utils
2018-02-21 23:15:49 -05:00
_recipe git
_recipe zsh
2018-02-22 09:56:10 -05:00
_recipe bin
2018-02-23 20:13:28 -05:00
_recipe emacs