We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e73359a commit 4ca2221Copy full SHA for 4ca2221
setup.sh
@@ -7,6 +7,7 @@ sh -c "$(curl -fsSL https://raw.githubusercontent.com/ohmyzsh/ohmyzsh/master/too
7
8
ln -s "$DIR/p10k.zsh" ~/.p10k.zsh
9
ln -s "$DIR/p10k.zsh" ~/p10k.zsh
10
+ln -s "$DIR/bazel_magic.zsh" ~/bazel_magic.zsh
11
mv ~/.zshrc ~/zshrc-old || ln -s "$DIR/zshrc" ~/.zshrc
12
g++ --std=c++17 bazel_fast_metadata.cc -o bazel_fast_metadata
13
ln -s "$DIR/bazel_fast_metadata" ~/bazel_fast_metadata
0 commit comments