Skip to content

Kaspary/sysutils

Folders and files

NameName
Last commit message
Last commit date

Latest commit

Β 

History

27 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

About

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

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages