kgneng2 / blokg

blog
MIT License
0 stars 0 forks source link

tmux #63

Open kgneng2 opened 2 years ago

kgneng2 commented 2 years ago
#!/bin/sh

cd deploy
git clone https://github.com/tmux/tmux.git
cd tmux
sh autogen.sh
./configure && make
echo 'export TMUX_HOME=/home1/irteam/deploy/tmux' >> ~/.bashrc
echo 'export PATH=$PATH:${TMUX_HOME}' >> ~/.bashrc