Added new Plugins

This commit is contained in:
Elmar Sönser 2022-06-11 16:37:07 +02:00
parent 51a0cdffdf
commit a9b9f17c17
2 changed files with 10 additions and 2 deletions

10
.zshrc
View file

@ -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

View file

@ -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`