Created
June 4, 2025 00:02
-
-
Save davidspry/2ff23e4bcd064579d016700062e36b64 to your computer and use it in GitHub Desktop.
Revisions
-
davidspry created this gist
Jun 4, 2025 .There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode charactersOriginal file line number Diff line number Diff line change @@ -0,0 +1,14 @@ eval "$(/opt/homebrew/bin/brew shellenv)" # Fuzzy Finder source <(fzf --zsh) # VCPKG export VCPKG_ROOT="$HOME/.vcpkg" export VCPKG_TOOLCHAIN_FILE="$VCPKG_ROOT/scripts/buildsystems/vcpkg.cmake" # LLVM, GCC export PATH="/opt/homebrew/opt/llvm/bin:/opt/homebrew/opt/gcc@15/bin:$VCPKG_ROOT:$PATH" # Cargo export PATH="$HOME/.cargo/bin:$PATH"