mirror of
https://github.com/pratiktri/dotfiles.git
synced 2026-02-04 08:41:43 +05:30
- 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
7 lines
162 B
Bash
Executable File
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
|