From 6fcbb1b178f121c396bb6a7c1b254510552e2b8d Mon Sep 17 00:00:00 2001 From: alvinlollo Date: Thu, 30 Jan 2025 06:06:23 +0000 Subject: [PATCH] Update README.md --- README.md | 3 ++- ~/.oh-my-zsh/custom/plugins/zsh-autosuggestions | 1 + ~/.oh-my-zsh/custom/plugins/zsh-history-substring-search | 1 + 3 files changed, 4 insertions(+), 1 deletion(-) create mode 160000 ~/.oh-my-zsh/custom/plugins/zsh-autosuggestions create mode 160000 ~/.oh-my-zsh/custom/plugins/zsh-history-substring-search diff --git a/README.md b/README.md index bdf9054..b6ba156 100644 --- a/README.md +++ b/README.md @@ -10,10 +10,11 @@ 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-script | bash +curl -fsSL https://raw.githubusercontent.com/alvinlollo/Single-install-script/refs/heads/main/install.sh | bash ``` If you have any issues please add one in the issues tab. diff --git a/~/.oh-my-zsh/custom/plugins/zsh-autosuggestions b/~/.oh-my-zsh/custom/plugins/zsh-autosuggestions new file mode 160000 index 0000000..0e810e5 --- /dev/null +++ b/~/.oh-my-zsh/custom/plugins/zsh-autosuggestions @@ -0,0 +1 @@ +Subproject commit 0e810e5afa27acbd074398eefbe28d13005dbc15 diff --git a/~/.oh-my-zsh/custom/plugins/zsh-history-substring-search b/~/.oh-my-zsh/custom/plugins/zsh-history-substring-search new file mode 160000 index 0000000..87ce96b --- /dev/null +++ b/~/.oh-my-zsh/custom/plugins/zsh-history-substring-search @@ -0,0 +1 @@ +Subproject commit 87ce96b1862928d84b1afe7c173316614b30e301