Skip to content

Commit fa3b8b5

Browse files
committed
fish: bd: Remove homebrew-py-libs.txt
Homebrew Python and its Python packages are dependencies for applications installed via `brew`. They are not for development. • https://justinmayer.com/posts/homebrew-python-is-not-for-you ↳ Homebrew Python Is Not For You • Homebrew/homebrew-core#157500 ↳ [rfc] Homebrew packaging for python resources • Homebrew/homebrew-core#167905 ↳ Tracking issue for cleaning up python lib formulae
1 parent 0ee2248 commit fa3b8b5

File tree

2 files changed

+1
-5
lines changed

2 files changed

+1
-5
lines changed

Diff for: fish/functions/bd.fish

+1-1
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ function bd
55
return
66
end
77

8-
set --local packages (cat ~/src/dotfiles/packages/homebrew-{core,dev,fun,media,py-libs,py-repls,py-tools}.txt)
8+
set --local packages (cat ~/src/dotfiles/packages/homebrew-{core,dev,fun,media,py-repls,py-tools}.txt)
99
set --local output_dir (gmktemp --directory --tmpdir 'bd.XXXXXX')
1010

1111
set --local expected '1-expected.txt'

Diff for: packages/homebrew-py-libs.txt

-4
This file was deleted.

0 commit comments

Comments
 (0)