aboutsummaryrefslogtreecommitdiff
path: root/bin
diff options
context:
space:
mode:
authorJakob Stendahl <14180120+JakobST1n@users.noreply.github.com>2019-07-12 19:31:46 +0200
committerGitHub <noreply@github.com>2019-07-12 19:31:46 +0200
commite5f6faf61ac6ec388eda637c04d00092f013a004 (patch)
tree8dce37466ae2028fce0bd9ea92df386adf3283c5 /bin
parent364ca3a5835acb4d00baceab660d054570e36418 (diff)
downloaddotfiles-e5f6faf61ac6ec388eda637c04d00092f013a004.tar.gz
dotfiles-e5f6faf61ac6ec388eda637c04d00092f013a004.zip
Update install_GNULinux.sh
Diffstat (limited to 'bin')
-rw-r--r--bin/install_GNULinux.sh8
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