mirror of
https://gitlab.com/octospacc/Configs.git
synced 2025-06-05 21:59:36 +02:00
b9e6f7d6e2f9e09b9f0f2b38af2fbb95eb4e7d9e
This is the repo with all my system configurations. It's public just for my comfort, not for public use, but you are free anyways to use everything you want as you need. Just don't blindly install everything on your system without knowing the implications.
Install oneliner (run as root to install system components) (as I just said, don't use):
Url="https://gitlab.com/octospacc/Configs/-/raw/main/RemoteInstall.sh"; if [ -n "$(which curl)" ]; then curl "$Url" | sh; elif [ -n "$(which wget)" ]; then wget -O - "$Url" | sh; else echo "Missing tools. Install \`curl\` or \`wget\`."; fi;
Description
Languages
Shell
48.2%
JavaScript
41.2%
AutoHotkey
9.3%
PowerShell
1.1%
Batchfile
0.2%