Renamed update.sh to symlink.sh
| Author | Mitja Felicijan <mitja.felicijan@gmail.com> | 2024-10-14 00:08:06 +0200 |
| Committer | Mitja Felicijan <mitja.felicijan@gmail.com> | 2024-10-14 00:08:06 +0200 |
| Commit | e761d06391e4ca35538b43d2231e1772c80743a0 (patch) |
|
-rw-r--r-- |
README.md | 2 | |
-rw-r--r-- |
symlink.sh | 0 |
2 files changed, 1 insertions, 1 deletions
| diff --git a/README.md b/README.md | |||
| ... | |||
| 4 | git clone git@github.com:mitjafelicijan/dotfiles.git ~/.dotfiles |
4 | git clone git@github.com:mitjafelicijan/dotfiles.git ~/.dotfiles |
| 5 | 5 | ||
| 6 | # Create symbolic links to actual config files. |
6 | # Create symbolic links to actual config files. |
| 7 | bash update.sh |
7 | bash symlink.sh |
| 8 | ``` |
8 | ``` |
| 9 | 9 | ||
| diff --git a/symlink.sh b/symlink.sh | |||
| ... |