root/dotfiles/zsh/oinume/mksymlink.sh
| Revision 19408, 142 bytes (checked in by oinume, 3 years ago) | |
|---|---|
|
|
| Line | |
|---|---|
| 1 | #!/bin/sh |
| 2 | |
| 3 | set -x |
| 4 | |
| 5 | CODEREPOS=~/coderepos |
| 6 | for f in .zshenv .zshenv_private .zshrc ; do |
| 7 | ln -sf $CODEREPOS/dotfiles/zsh/oinume/$f ~/$f |
| 8 | done |
| 9 |
Note: See TracBrowser
for help on using the browser.
![(please configure the [header_logo] section in trac.ini)](/share/chrome/site/your_project_logo.png)