mirror of
https://github.com/ohmyzsh/ohmyzsh.git
synced 2026-05-01 04:30:37 +02:00
7 lines
118 B
Bash
Executable file
7 lines
118 B
Bash
Executable file
#!/bin/bash
|
|
|
|
PWD=$(pwd)
|
|
echo $PWD
|
|
ln -s ${PWD} ~/.oh-my-zsh
|
|
ln -s ~/.oh-my-zsh/templates/zshrc.zsh-template ~/.zshrc
|
|
|