mirror of
https://github.com/ohmyzsh/ohmyzsh.git
synced 2026-05-01 04:30:37 +02:00
add *
This commit is contained in:
parent
97c0384169
commit
de48f33782
2 changed files with 8 additions and 1 deletions
7
install.sh
Executable file
7
install.sh
Executable file
|
|
@ -0,0 +1,7 @@
|
|||
#!/bin/bash
|
||||
|
||||
PWD=$(pwd)
|
||||
echo $PWD
|
||||
ln -s ${PWD} ~/.oh-my-zsh
|
||||
ln -s ~/.oh-my-zsh/templates/zshrc.zsh-template ~/.zshrc
|
||||
|
||||
|
|
@ -51,7 +51,7 @@ ZSH_THEME="robbyrussell"
|
|||
# Custom plugins may be added to ~/.oh-my-zsh/custom/plugins/
|
||||
# Example format: plugins=(rails git textmate ruby lighthouse)
|
||||
# Add wisely, as too many plugins slow down shell startup.
|
||||
plugins=(git)
|
||||
plugins=(git lighthouse textmate)
|
||||
|
||||
source $ZSH/oh-my-zsh.sh
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue