From e5f6faf61ac6ec388eda637c04d00092f013a004 Mon Sep 17 00:00:00 2001 From: Jakob Stendahl <14180120+JakobST1n@users.noreply.github.com> Date: Fri, 12 Jul 2019 19:31:46 +0200 Subject: Update install_GNULinux.sh --- bin/install_GNULinux.sh | 8 ++++++++ 1 file changed, 8 insertions(+) (limited to 'bin/install_GNULinux.sh') diff --git a/bin/install_GNULinux.sh b/bin/install_GNULinux.sh index e69de29..2d150d2 100644 --- a/bin/install_GNULinux.sh +++ b/bin/install_GNULinux.sh @@ -0,0 +1,8 @@ +echo "Install Oh-My-Zsh" +sh -c "$(curl -fsSL https://raw.github.com/robbyrussell/oh-my-zsh/master/tools/install.sh)" + +echo "Install zsh-autosuggestions" +git clone https://github.com/zsh-users/zsh-autosuggestions ${ZSH_CUSTOM:-~/.oh-my-zsh/custom}/plugins/zsh-autosuggestions + +echo "Install powerlevel9k" +sudo pacman -S zsh-theme-powerlevel9k -- cgit v1.2.3