Set of scripts to automate process in Linux systems, especially Ubuntu.
To get the scripts, using wget or curl.
With wget
wget -qO- https://raw.githubusercontent.com/kaspary/sysutils/main/<path_to_script> | tr -d '\r' | bash
Or using curl
curl -L https://raw.githubusercontent.com/kaspary/sysutils/main/<path_to_script> | tr -d '\r' | bash
Where <path_to_script> is the path to script from project root.
Runing sysutilsrc.config.sh script.
wget -qO- https://raw.githubusercontent.com/kaspary/sysutils/main/config/sysutilsrc.config.sh | tr -d '\r' | bash
Runing utils.alias.sh script.
wget -qO- https://raw.githubusercontent.com/kaspary/sysutils/main/config/sysutilsrc.config.sh | tr -d '\r' | bash
sysutils
βββ alias
β βββ utils.alias.sh
βββ config
β βββ git.config.sh
β βββ sysutilsrc.config.sh
β βββ tmp.config.sh
βββ deploy
β βββ aws.lambda.deploy.sh
β βββ heroku.deploy.sh
βββ install
β βββ asdf.installer.sh
β βββ docker.installer.sh
β βββ githubcli.installer.sh
β βββ nvm.installer.sh
β βββ poetry.installer.sh
β βββ pyenv.installer.sh
β βββ yarn.installer.sh
β βββ zsh.isntaller.sh
βββ README.md