Compare commits
No commits in common. "c3846e7048795e84c7196189a7cc350bb76bf62a" and "da2620f568d25b9c3316fbc642fac77ea70cc595" have entirely different histories.
c3846e7048
...
da2620f568
3 changed files with 2 additions and 11 deletions
10
.zshrc
10
.zshrc
|
@ -85,7 +85,6 @@ ZSH_CUSTOM=~/.dotfiles/zsh-settings
|
|||
plugins=(
|
||||
adb
|
||||
aliases
|
||||
ansible
|
||||
archlinux
|
||||
battery
|
||||
colored-man-pages
|
||||
|
@ -101,7 +100,6 @@ plugins=(
|
|||
git
|
||||
git-lfs
|
||||
git-prompt
|
||||
history-substring-search
|
||||
isodate
|
||||
jump
|
||||
kate
|
||||
|
@ -118,7 +116,6 @@ plugins=(
|
|||
ubuntu
|
||||
vscode
|
||||
web-search
|
||||
you-should-use
|
||||
zsh-autosuggestions
|
||||
zsh-syntax-highlighting
|
||||
)
|
||||
|
@ -259,9 +256,4 @@ 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 zsh-you-should-use`
|
||||
- `yay -S zsh ruby ruby-colorls nerd-fonts-complete ttf-meslo-nerd-font-powerlevel10k fzf bpytop`
|
||||
|
||||
- Ubuntu:
|
||||
- `apt install zsh ruby ruby-deb fzf snap`
|
||||
|
|
|
@ -1 +0,0 @@
|
|||
Subproject commit 773ae5f414b296b4100f1ab6668ecffdab795128
|
Loading…
Reference in a new issue