mirror of
https://github.com/alvinlollo/Single-install-script.git
synced 2026-06-18 12:36:28 +10:00
Update zsh.sh
This commit is contained in:
@@ -20,13 +20,13 @@ set -eux pipefail
|
|||||||
echo '
|
echo '
|
||||||
|
|
||||||
--------------- Oh-My-zsh Install ---------------
|
--------------- Oh-My-zsh Install ---------------
|
||||||
|
|
||||||
|
Make sure to install zsh and fzf
|
||||||
|
|
||||||
'
|
'
|
||||||
# Print commands
|
# Print commands
|
||||||
set -x
|
set -x
|
||||||
|
|
||||||
sudo apt install zsh fzf -y
|
|
||||||
|
|
||||||
# Installs Oh-My-Zsh
|
# Installs Oh-My-Zsh
|
||||||
sh -c "$(curl -fsSL https://raw.githubusercontent.com/ohmyzsh/ohmyzsh/master/tools/install.sh)"
|
sh -c "$(curl -fsSL https://raw.githubusercontent.com/ohmyzsh/ohmyzsh/master/tools/install.sh)"
|
||||||
|
|
||||||
@@ -54,4 +54,4 @@ curl -fsSL https://raw.githubusercontent.com/alvinlollo/Single-install-script/re
|
|||||||
|
|
||||||
# Setup fzf
|
# Setup fzf
|
||||||
mkdir -p ~/.fzf/shell
|
mkdir -p ~/.fzf/shell
|
||||||
touch ~/.fzf/shell/key-bindings.zsh
|
touch ~/.fzf/shell/key-bindings.zsh
|
||||||
|
|||||||
Reference in New Issue
Block a user