mirror of
https://github.com/ohmyzsh/ohmyzsh.git
synced 2026-05-08 04:34:00 +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
|
||||
|
||||
Loading…
Add table
Add a link
Reference in a new issue