Files
dotfiles/common/.env
Pratik Tripathy 306fcd5c23 Major Update
- Updated repo to support both mac and kde neon
- bootstrap.sh updated to auto-detect OS and read from the required directory
- Added VIM & NeoVIM dot files
2023-10-22 03:01:04 +05:30

7 lines
162 B
Bash
Executable File

# Setup Shared cache for Rust
export RUSTC_WRAPPER=sccache
export SCCACHE_CACHE_SIZE="20G"
# Optout of dotnetcore telemetry
export DOTNET_CLI_TELEMETRY_OPTOUT=1