From 5eaf53533d582827a498f828519a975e2cce19e3 Mon Sep 17 00:00:00 2001 From: JeremyStarTM Date: Fri, 15 Mar 2024 03:06:39 +0100 Subject: [PATCH] Remove compilation caches --- bin/install-software | 2 +- lone-files/bashrc | 2 -- 2 files changed, 1 insertion(+), 3 deletions(-) diff --git a/bin/install-software b/bin/install-software index 04f1be61..c778699e 100755 --- a/bin/install-software +++ b/bin/install-software @@ -20,7 +20,7 @@ case "$ID" in else export "PARU_FLAGS=" fi - paru --removemake --batchinstall --sudoloop --mflags "--ignorearch" -Syu --needed bash ncurses nano rustup bat moar fireplace fortune-mod cowsay ytfzf yt-dlp-git tar zstd bzip zip unrar unzip 7-zip ccache sccache binutils ${PARU_FLAGS} + paru --removemake --batchinstall --sudoloop --mflags "--ignorearch" -Syu --needed bash ncurses nano rustup bat moar fireplace fortune-mod cowsay ytfzf yt-dlp-git tar zstd bzip zip unrar unzip 7-zip binutils ${PARU_FLAGS} rustup default nightly rustup update cargo install eza diff --git a/lone-files/bashrc b/lone-files/bashrc index bb4884ee..d07b8dc6 100644 --- a/lone-files/bashrc +++ b/lone-files/bashrc @@ -6,9 +6,7 @@ source "/usr/share/icons-in-terminal/icons_bash.sh" source "${HOME}/.jstmbash/init.source" eval "$(starship init bash)" alias "fireplace=$(which fireplace) -f 60 -t 13" -export "RUSTC_WRAPPER=sccache" export "RUSTFLAGS=\"-Z threads=$(nproc)\"" -export "CCACHE_DIR=/tmp/ccache" function cleanhome() { echo ":: Cleaning ~" rm -rf "${HOME}/.cache" "${HOME}/.dotnet" "${HOME}/.fltk" "${HOME}/.gradle" "${HOME}/.hyprland" "${HOME}/.java" "${HOME}/.npm" "${HOME}/.nuget" "${HOME}/.nvm" "${HOME}/.openjfx" "${HOME}/.pki" "${HOME}/.vnc" "${HOME}/.yarn" "${HOME}/go" "${HOME}/Android" "${HOME}/.android" "${HOME}/.lesshst" "${HOME}/.wget-hsts" "${HOME}/.yarnrc" "${HOME}/package-lock.json" "${HOME}/package.json" "${HOME}/node_modules" "${HOME}/.npmrc" "${HOME}/.gtkrc-2.0" "${HOME}/.electron-gyp"