🚚 refactor tmux isntall to separate script
This commit is contained in:
parent
18671b7741
commit
d9c3c12b82
2 changed files with 9 additions and 8 deletions
|
|
@ -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 "====================================================================="
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue