#
# curl -L turpin.cloud | sudo bash # Essential installation apt update --yes apt install --yes nala # get fastest mirrors # nala fetch nala update nala install \ curl make htop git vim \ silversearcher-ag fzf dos2unix neofetch \ tmux dnsutils stress indicator-multiload \ tree locate entr libreoffice clang-format iwyu meld doxygen \ g++ clang libgtest-dev libtbb-dev libfmt-dev libbenchmark-dev \ ghc hunspell-en-gb nala upgrade # Machine info lscpu echo Cache line size: $(getconf LEVEL1_DCACHE_LINESIZE) # Dump versions neofetch for app in gcc clang bash git ghc; do $app --version; done # Also see germs.dev for bash aliases ## CI_JOB_URL=https://gitlab.com/germs-dev/turpin-cloud/-/jobs/3692101139 # CI_COMMIT_TITLE=doxygen # CI_PIPELINE_CREATED_AT=2023-01-31T19:02:58Z #