Skip to content

Set of scripts to automate process in Linux systems, especially Ubuntu.

Notifications You must be signed in to change notification settings

Kaspary/sysutils

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

22 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

commit-shield linkedin-shield GitHub followers

Sysutils

Set of scripts to automate process in Linux systems, especially Ubuntu. To get the scripts, using wget or curl.

Usage

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.

Examples

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

Project Struct

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

Releases

No releases published

Packages

 
 
 

Languages