tangled
alpha
login
or
join now
seth.computer
/
dotfiles
0
fork
atom
this repo has no description
0
fork
atom
overview
issues
pulls
pipelines
setup: +tpm install
seth.computer
7 months ago
6fa20322
4659980b
verified
This commit was signed with the committer's
known signature
.
seth.computer
SSH Key Fingerprint:
SHA256:utUtG8j2hgvZ0Rnm/rPJiqFu4NT5bjOnC26AUIBh500=
+9
1 changed file
expand all
collapse all
unified
split
setup.sh
+9
setup.sh
···
61
61
fi
62
62
}
63
63
64
64
+
function install_tpm {
65
65
+
if [ -d "$HOME/.tmux/plugins/tpm" ]; then
66
66
+
echo "TPM is already installed."
67
67
+
return
68
68
+
fi
69
69
+
git clone https://github.com/tmux-plugins/tpm ~/.tmux/plugins/tpm
70
70
+
}
71
71
+
64
72
link_configs
65
73
install_oh_my_zsh
74
74
+
install_tpm