feat: fixes
parent
029513b6cc
commit
9b5121c71d
3
.zshrc
3
.zshrc
|
|
@ -71,8 +71,7 @@ ZSH_THEME="lambda-00x097"
|
||||||
# Example format: plugins=(rails git textmate ruby lighthouse)
|
# Example format: plugins=(rails git textmate ruby lighthouse)
|
||||||
# Add wisely, as too many plugins slow down shell startup.
|
# Add wisely, as too many plugins slow down shell startup.
|
||||||
source /root/linux.config/plugins
|
source /root/linux.config/plugins
|
||||||
|
plugins=$ZSH_PLUGINS
|
||||||
plugins=$plugins
|
|
||||||
|
|
||||||
source $ZSH/oh-my-zsh.sh
|
source $ZSH/oh-my-zsh.sh
|
||||||
|
|
||||||
|
|
|
||||||
|
|
@ -1 +1,3 @@
|
||||||
curl -fsSL https://raw.githubusercontent.com/robbyrussell/oh-my-zsh/master/tools/install.sh
|
curl -fsSL https://raw.githubusercontent.com/robbyrussell/oh-my-zsh/master/tools/install.sh -o zsh.install.sh
|
||||||
|
chmod +x ./zsh.install.sh
|
||||||
|
./zsh.install.sh
|
||||||
Loading…
Reference in New Issue