From 63d78670e5c32c3c8216ddc2c72445f2a32dc7cb Mon Sep 17 00:00:00 2001 From: Zhineng Li Date: Thu, 28 May 2026 15:22:27 +0800 Subject: setup tmux --- setup.sh | 3 +++ 1 file changed, 3 insertions(+) (limited to 'setup.sh') diff --git a/setup.sh b/setup.sh index 1d91bc9..05b4917 100755 --- a/setup.sh +++ b/setup.sh @@ -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 -- cgit v1.2.3