mirror of
https://github.com/alvinlollo/Single-install-script.git
synced 2026-06-15 03:04:26 +10:00
16 lines
575 B
Markdown
16 lines
575 B
Markdown
# Single-install-script
|
|
|
|
This script automatically installs you favourite Linux applications such as:
|
|
Docker, Homebrew, zsh, oh-my-zsh and more to come!
|
|
|
|
It also installs custom configuration for zsh and it's plugins.
|
|
|
|
If you don't like the configurations fork this and edit to you liking.
|
|
|
|
Please consider staring this project. It helps me see how important this is for everyone.
|
|
|
|
To use this script paste the following in the Linux terminal:
|
|
|
|
```sh
|
|
curl -fsSL https://raw.githubusercontent.com/alvinlollo/Single-install-script/refs/heads/main/install-script | sudo bash
|
|
``` |