File tree Expand file tree Collapse file tree 2 files changed +0
-4
lines changed Expand file tree Collapse file tree 2 files changed +0
-4
lines changed Original file line number Diff line number Diff line change @@ -49,9 +49,7 @@ $ wget https://git.io/vJAz3 -O - | sh
49
49
50
50
``` bash
51
51
$ ~ /.tmux/plugins/tpm/scripts/install_plugins.sh
52
- $ ~ /.tmux/plugins/tpm/scripts/update_plugin.sh
53
52
$ ~ /.tmux/plugins/tpm/scripts/install_plugins.sh
54
- $ ~ /.tmux/plugins/tpm/scripts/update_plugin.sh
55
53
```
56
54
57
55
## Updating
Original file line number Diff line number Diff line change @@ -54,9 +54,7 @@ echo -e "\033[32m ✔ Installed ❰ ~/.tmux.conf ❱ \033[0m"
54
54
echo -e " ➤ Run ❰ Install Plugins ❱ \033[0m"
55
55
56
56
sh $HOME /.tmux/plugins/tpm/scripts/install_plugins.sh & > /dev/null
57
- sh $HOME /.tmux/plugins/tpm/scripts/update_plugin.sh all & > /dev/null
58
57
sh $HOME /.tmux/plugins/tpm/scripts/install_plugins.sh & > /dev/null
59
- sh $HOME /.tmux/plugins/tpm/scripts/update_plugin.sh all & > /dev/null
60
58
61
59
echo -e " \033[32m ✔ Completed ❰ Install Plugins ❱ \033[0m"
62
60
You can’t perform that action at this time.
0 commit comments