Skip to content

Omcodes23/Bash-Scripts

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

11 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Bash Scripts

A collection of useful Bash scripts for setup and customization.
You can run each script directly using curl ... | bash.


Available Scripts

Script Name Description Command
tmux.sh Install and configure Tmux with custom settings curl -fsSL https://raw.githubusercontent.com/Omcodes23/Bash-Scripts/main/tmux.sh | bash
dock-3.sh Setup Dokage , Docker, and Portainer curl -fsSL https://raw.githubusercontent.com/Omcodes23/Bash-Scripts/main/dock-3.sh | bash
terminal-name.sh Customize/change your terminal name (append desired name) curl -fsSL https://raw.githubusercontent.com/Omcodes23/Bash-Scripts/main/terminal-name.sh | bash -s omega

Example

To set your terminal name to omega:

curl -fsSL https://raw.githubusercontent.com/Omcodes23/Bash-Scripts/main/terminal-name.sh | bash -s omega

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages