summaryrefslogtreecommitdiff
path: root/setup.sh
diff options
context:
space:
mode:
Diffstat (limited to 'setup.sh')
-rwxr-xr-xsetup.sh3
1 files changed, 3 insertions, 0 deletions
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