A collection of useful Bash scripts for setup and customization.
You can run each script directly using curl ... | bash.
| 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 |
To set your terminal name to omega:
curl -fsSL https://raw.githubusercontent.com/Omcodes23/Bash-Scripts/main/terminal-name.sh | bash -s omega