Compare commits
3 commits
da2620f568
...
c3846e7048
Author | SHA1 | Date | |
---|---|---|---|
c3846e7048 | |||
99afdef160 | |||
a9b9f17c17 |
3 changed files with 11 additions and 2 deletions
10
.zshrc
10
.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
|
||||
|
|
|
@ -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`
|
||||
|
|
1
plugins/you-should-use
Submodule
1
plugins/you-should-use
Submodule
|
@ -0,0 +1 @@
|
|||
Subproject commit 773ae5f414b296b4100f1ab6668ecffdab795128
|
Loading…
Reference in a new issue