octospacc / Configs

Home Page:https://gitlab.com/octospacc/Configs

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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; 

About

https://gitlab.com/octospacc/Configs


Languages

Language:Shell 55.2%Language:JavaScript 32.2%Language:AutoHotkey 11.1%Language:PowerShell 1.3%Language:Batchfile 0.2%