From cec13dbca3c661ddd808f1d28ebd2785c1e3ffb9 Mon Sep 17 00:00:00 2001 From: alvinlollo <143326475+alvinlollo@users.noreply.github.com> Date: Thu, 30 Jan 2025 14:24:08 +1100 Subject: [PATCH] Update README.md --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 9bd8d37..bdf9054 100644 --- a/README.md +++ b/README.md @@ -1,7 +1,7 @@ # Single-install-script This script automatically installs you favourite Linux applications such as: -Docker, Homebrew, code server, zsh, oh-my-zsh and more to come! +Docker, Homebrew, code server, zsh, GEF, oh-my-zsh and more to come! It also installs custom configuration for zsh and it's plugins. @@ -13,7 +13,7 @@ Please consider staring this project. It helps me see how important this is for 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 | sh +curl -fsSL https://raw.githubusercontent.com/alvinlollo/Single-install-script/refs/heads/main/install-script | bash ``` If you have any issues please add one in the issues tab.