From a9b9f17c173f53fd46796145169559c15b45b636 Mon Sep 17 00:00:00 2001 From: karamelmar Date: Sat, 11 Jun 2022 16:37:07 +0200 Subject: [PATCH] Added new Plugins --- .zshrc | 10 +++++++++- README.md | 2 +- 2 files changed, 10 insertions(+), 2 deletions(-) diff --git a/.zshrc b/.zshrc index dbc6b13..257020e 100644 --- a/.zshrc +++ b/.zshrc @@ -85,6 +85,7 @@ ZSH_CUSTOM=~/.dotfiles/zsh-settings plugins=( adb aliases + ansible archlinux battery colored-man-pages @@ -100,6 +101,7 @@ plugins=( git git-lfs git-prompt + history-substring-search isodate jump kate @@ -116,6 +118,7 @@ plugins=( ubuntu vscode web-search + you-should-use zsh-autosuggestions zsh-syntax-highlighting ) @@ -256,4 +259,9 @@ alias reboot="askreboot" alias shutdown="askshutdown" alias poweroff="askpoweroff" - +#for android-sdk +export JAVA_HOME='/usr/lib/jvm/java-8-openjdk/jre' +export PATH=$JAVA_HOME/bin:$PATH +export ANDROID_HOME=/opt/android-sdk +export PATH=$PATH:$ANDROID_HOME/tools +export PATH=$PATH:$ANDROID_HOME/platform-tools diff --git a/README.md b/README.md index 5a3b838..1aa6628 100644 --- a/README.md +++ b/README.md @@ -9,7 +9,7 @@ - Arch - - `yay -S zsh ruby ruby-colorls nerd-fonts-complete ttf-meslo-nerd-font-powerlevel10k fzf bpytop` + - `yay -S zsh ruby ruby-colorls nerd-fonts-complete ttf-meslo-nerd-font-powerlevel10k fzf bpytop zsh-you-should-use` - Ubuntu: - `apt install zsh ruby ruby-deb fzf snap`