mirror of
https://gitlab.com/octospacc/Configs.git
synced 2025-06-05 21:59:36 +02:00
e2bf7bca71c2b125eac3c48005fd8bb0d86a785b
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%