From f2f0d24dc2ad89ab1444dcd6284bd748dbde653c Mon Sep 17 00:00:00 2001 From: DannyDannyDanny Date: Fri, 10 Nov 2023 16:01:05 +0100 Subject: [PATCH] :truck: :art: config after install --- install_tmux.sh | 3 +++ makefile | 4 ---- 2 files changed, 3 insertions(+), 4 deletions(-) diff --git a/install_tmux.sh b/install_tmux.sh index 956f43f..2dc1511 100755 --- a/install_tmux.sh +++ b/install_tmux.sh @@ -19,3 +19,6 @@ echo >&2 $(ls -la) echo >&2 " >>> running .configure" make && sudo make install + +echo >&2 " >>> link tmux config from dotfiles" +ln -s -f /tmp/dotfiles/.tmux.conf ~/.tmux.conf diff --git a/makefile b/makefile index 29953a1..5037c23 100644 --- a/makefile +++ b/makefile @@ -45,10 +45,6 @@ setup_python_and_poetry: ~/config/nvim/python -m pip install pynvim # "WARNING: in nvim run :checkhealth and check python provider status" -setup_tmux_a: - echo "configuring tmux with 'a' as prefix" - ln -s -f ~/dotfiles/.tmux.conf ~/.tmux.conf - setup_git: git config --global user.name "DannyDannyDanny" git config --global user.email "dth@taiga.ai"