Files
Single-install-script/README.md
T
alvinlollo 68435ae76e Revise installation commands in README
Updated installation instructions and clarified script usage.
2025-11-11 21:43:36 +11:00

27 lines
872 B
Markdown

# Single-install-script
This script automatically installs you favourite Linux applications such as:
Docker, Homebrew, code server, zsh, GEF, oh-my-zsh and neovim. This uses pacman and yay AUR helper.
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.
## Usage
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.sh | bash
```
For installing zsh and themes (also works on debian based systems):
```sh
curl -fsSL https://raw.githubusercontent.com/alvinlollo/Single-install-script/refs/heads/main/zsh.sh | bash
```
If you have any issues please add one in the issues tab.