Skip to content

Commit dcb4f40

Browse files
committed
Use install scripts in bin directory
1 parent 331dbc5 commit dcb4f40

File tree

3 files changed

+8
-4
lines changed

3 files changed

+8
-4
lines changed

CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,9 @@
11
# Changelog
22

3+
## HEAD
4+
5+
- Use install scripts in `bin` directory.
6+
37
## 1.0.1
48

59
- Wrap install script in function.

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -48,8 +48,8 @@ $ wget https://git.io/vJAz3 -O - | sh
4848
3. Install with
4949

5050
```bash
51-
$ ~/.tmux/plugins/tpm/scripts/install_plugins.sh
52-
$ ~/.tmux/plugins/tpm/scripts/install_plugins.sh
51+
$ ~/.tmux/plugins/tpm/bin/install_plugins
52+
$ ~/.tmux/plugins/tpm/bin/install_plugins
5353
```
5454

5555
## Updating

install.sh

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -57,8 +57,8 @@ echo -e "\033[32m ✔ Installed ❰ ~/.tmux.conf ❱ \033[0m"
5757

5858
echo -e " ➤ Run ❰ Install Plugins ❱ \033[0m"
5959

60-
sh $HOME/.tmux/plugins/tpm/scripts/install_plugins.sh &>/dev/null
61-
sh $HOME/.tmux/plugins/tpm/scripts/install_plugins.sh &>/dev/null
60+
sh $HOME/.tmux/plugins/tpm/bin/install_plugins &>/dev/null
61+
sh $HOME/.tmux/plugins/tpm/bin/install_plugins &>/dev/null
6262

6363
echo -e "\033[32m ✔ Completed ❰ Install Plugins ❱ \033[0m"
6464

0 commit comments

Comments
 (0)