🚚 refactor tmux isntall to separate script

This commit is contained in:
DannyDannyDanny 2023-06-08 11:15:45 +02:00
parent 18671b7741
commit d9c3c12b82
2 changed files with 9 additions and 8 deletions

View file

@ -28,14 +28,7 @@ rm -rf .oh-my-zsh
# git clone https://github.com/dcreager/dotfiles-public -b codespaces --recurse-submodules .dotfiles.public
# $HOME/.dotfiles.base/bin/dotfiles.symlink install
echo >&2 "====================================================================="
echo >&2 " >> installing tmux"
TMUX_VERSION=3.3a
curl -LO https://github.com/tmux/tmux/releases/download/${TMUX_VERSION}/tmux-${TMUX_VERSION}.tar.gz
tar -zxf tmux-${TMUX_VERSION}.tar.gz
cd tmux-*/
./configure
make && sudo make install
/bin/bash install_tmux.sh
# I'd like to use fish, please
echo >&2 "====================================================================="