diff options
Diffstat (limited to 'bin')
-rw-r--r-- | bin/install_GNULinux.sh | 8 |
1 files changed, 8 insertions, 0 deletions
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
|