We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d329eca commit be5ea65Copy full SHA for be5ea65
3 files changed
.devcontainer/Brewfile
@@ -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