diff options
author | Jakob Stendahl <14180120+JakobST1n@users.noreply.github.com> | 2019-07-12 19:31:46 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2019-07-12 19:31:46 +0200 |
commit | e5f6faf61ac6ec388eda637c04d00092f013a004 (patch) | |
tree | 8dce37466ae2028fce0bd9ea92df386adf3283c5 /bin/install_GNULinux.sh | |
parent | 364ca3a5835acb4d00baceab660d054570e36418 (diff) | |
download | dotfiles-e5f6faf61ac6ec388eda637c04d00092f013a004.tar.gz dotfiles-e5f6faf61ac6ec388eda637c04d00092f013a004.zip |
Update install_GNULinux.sh
Diffstat (limited to 'bin/install_GNULinux.sh')
-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
|