From d54263d231b4133dc7ae92a94e65d2fbf1f48e4a Mon Sep 17 00:00:00 2001 From: Konano Date: Fri, 8 Nov 2024 11:05:33 +0800 Subject: [PATCH] =?UTF-8?q?feat(update.sh):=20=E6=B7=BB=E5=8A=A0=20tmux=20?= =?UTF-8?q?=E9=85=8D=E7=BD=AE=E6=96=87=E4=BB=B6=E6=9B=B4=E6=96=B0=E5=8A=9F?= =?UTF-8?q?=E8=83=BD?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- update.sh | 1 + 1 file changed, 1 insertion(+) diff --git a/update.sh b/update.sh index 24aaba4..916671a 100755 --- a/update.sh +++ b/update.sh @@ -41,6 +41,7 @@ update_authorized_keys() { update_file $scriptdir/files/.nanorc ~/.nanorc update_file $scriptdir/files/.vimrc ~/.vimrc +update_file $scriptdir/files/.tmux.conf ~/.tmux.conf update_file $scriptdir/files/zsh/00-init.zsh ~/.oh-my-zsh/custom/00-init.zsh update_file $scriptdir/files/zsh/10-theme.zsh ~/.oh-my-zsh/custom/10-theme.zsh update_file $scriptdir/files/zsh/20-function.zsh ~/.oh-my-zsh/custom/20-function.zsh