mirror of
https://gitlab.com/octospacc/Configs.git
synced 2025-01-30 13:44:50 +01:00
octospacc
da2ef95f83
Auto-Backup $'Sun Jan 26 2025 01:06:41 GMT+0100 (Central European Standard Time)'
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
47.9%
JavaScript
41.3%
AutoHotkey
9.5%
PowerShell
1.1%
Batchfile
0.2%