diff options
| author | Zhineng Li <im@zhineng.li> | 2026-05-28 15:22:27 +0800 |
|---|---|---|
| committer | Zhineng Li <im@zhineng.li> | 2026-05-28 15:22:27 +0800 |
| commit | 63d78670e5c32c3c8216ddc2c72445f2a32dc7cb (patch) | |
| tree | 26008290e3a8c9c3c4250edaf692567f5b00c076 /setup.sh | |
| parent | 7a0127ad58a25260a98fbc8e65f75a65cf6db50a (diff) | |
| download | dotfiles-63d78670e5c32c3c8216ddc2c72445f2a32dc7cb.tar.gz dotfiles-63d78670e5c32c3c8216ddc2c72445f2a32dc7cb.zip | |
setup tmux
Diffstat (limited to 'setup.sh')
| -rwxr-xr-x | setup.sh | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -58,6 +58,9 @@ fi # Publish config of tldr [ -e "$HOME/.tldrrc" ] || ln -s "$dotfiles/.tldrrc" "$HOME/.tldrrc" +# Install tmux configuration +[ -e "$HOME/.tmux.conf" ] || ln -sf "$dotfiles/.tmux.conf" "$HOME/.tmux.conf" + # Install verion manager for node.js curl -o- https://raw.githubusercontent.com/nvm-sh/nvm/v0.40.3/install.sh | bash |
