Remove compilation caches
This commit is contained in:
parent
e28be75196
commit
5eaf53533d
2 changed files with 1 additions and 3 deletions
|
@ -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
|
||||
|
|
|
@ -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"
|
||||
|
|
Loading…
Reference in a new issue