File tree Expand file tree Collapse file tree 3 files changed +8
-4
lines changed Expand file tree Collapse file tree 3 files changed +8
-4
lines changed Original file line number Diff line number Diff line change 1
1
# Changelog
2
2
3
+ ## HEAD
4
+
5
+ - Use install scripts in ` bin ` directory.
6
+
3
7
## 1.0.1
4
8
5
9
- Wrap install script in function.
Original file line number Diff line number Diff line change @@ -48,8 +48,8 @@ $ wget https://git.io/vJAz3 -O - | sh
48
48
3 . Install with
49
49
50
50
``` 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
53
53
```
54
54
55
55
## Updating
Original file line number Diff line number Diff line change @@ -57,8 +57,8 @@ echo -e "\033[32m ✔ Installed ❰ ~/.tmux.conf ❱ \033[0m"
57
57
58
58
echo -e " ➤ Run ❰ Install Plugins ❱ \033[0m"
59
59
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
62
62
63
63
echo -e " \033[32m ✔ Completed ❰ Install Plugins ❱ \033[0m"
64
64
You can’t perform that action at this time.
0 commit comments