You cannot select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
21 lines
603 B
YAML
21 lines
603 B
YAML
---
|
|
# Homebrew formulae to install on all Uberspaces
|
|
homebrew_formulae:
|
|
# Helpers
|
|
- lukasbestle/tap/qdated # Timestamped email addresses for qmail
|
|
|
|
# Shell tools
|
|
- fasd # Directory jump tool
|
|
- figlet # ASCII fonts
|
|
|
|
# Package managers
|
|
- composer
|
|
|
|
# Oh My Fish! packages to install and keep updated
|
|
# Key: Short package name; Value: URL to a Git repo
|
|
omf_pkgs:
|
|
theme-bobthefish: https://github.com/oh-my-fish/theme-bobthefish.git
|
|
rmate: https://github.com/aurora/rmate.git
|
|
welcome: https://github.com/lukasbestle/welcome.git
|
|
z: https://github.com/jethrokuan/z.git
|