Skip to content

Commit be5ea65

Browse files
authored
fix: up
1 parent d329eca commit be5ea65

3 files changed

Lines changed: 453 additions & 34 deletions

File tree

.devcontainer/Brewfile

Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,16 @@
1+
brew "bash-completion@2"
2+
brew "direnv"
3+
brew "fd"
4+
brew "gcc"
5+
brew "gh"
6+
brew "git"
7+
brew "moreutils"
8+
brew "the_silver_searcher"
9+
10+
# TODO
11+
# -----------------------------------------------------------------------------
12+
13+
# - [ ] ripgrep
14+
# - [ ] fzf
15+
# - [ ] Install https://github.com/junegunn/fzf in devcontainer
16+
# - [ ] Install hooks in dotfiles repo

0 commit comments

Comments
 (0)