diff options
Diffstat (limited to 'bin/install_GNULinux.sh')
-rw-r--r-- | bin/install_GNULinux.sh | 8 |
1 files changed, 0 insertions, 8 deletions
diff --git a/bin/install_GNULinux.sh b/bin/install_GNULinux.sh deleted file mode 100644 index 2d150d2..0000000 --- a/bin/install_GNULinux.sh +++ /dev/null @@ -1,8 +0,0 @@ -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
|