dotfiles

My personal shell configs and stuff
git clone git://git.alex.balgavy.eu/dotfiles.git
Log | Files | Refs | Submodules | README | LICENSE

commit dbfe2993742c4f01d0a84511b8a619645111b547
parent 150a6e827c571a497d68df3ce71d526714885aa5
Author: Alex Balgavy <a.balgavy@gmail.com>
Date:   Tue, 18 Feb 2020 17:59:52 +0100

Homebrew backup


Former-commit-id: 153531a270165d717aa491f06eee01c377e6b6ea
Diffstat:
MBrewfile | 2+-
1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/Brewfile b/Brewfile @@ -10,7 +10,7 @@ tap "homebrew/cask-eid" tap "homebrew/cask-fonts" tap "homebrew/core" tap "keith/formulae" -tap "thezeroalpha/formulae" +tap "thezeroalpha/formulae", "git@github.com:thezeroalpha/homebrew-formulae" tap "tzvetkoff/extras" tap "universal-ctags/universal-ctags" tap "vitorgalvao/tiny-scripts"