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
This commit is contained in:
Pratik Tripathy
2023-10-22 03:01:04 +05:30
parent 08b1d72827
commit 306fcd5c23
37 changed files with 3719 additions and 181 deletions

6
common/.env Executable file
View File

@@ -0,0 +1,6 @@
# Setup Shared cache for Rust
export RUSTC_WRAPPER=sccache
export SCCACHE_CACHE_SIZE="20G"
# Optout of dotnetcore telemetry
export DOTNET_CLI_TELEMETRY_OPTOUT=1