Skip to content

Instantly share code, notes, and snippets.

@keidarcy
Last active November 23, 2021 06:14
Show Gist options
  • Save keidarcy/e5975b40c59097d8a9b7c31b1003fab1 to your computer and use it in GitHub Desktop.
Save keidarcy/e5975b40c59097d8a9b7c31b1003fab1 to your computer and use it in GitHub Desktop.
oh my tmux sh
# oh my tmux https://github.com/gpakosz/.tmux
# require (perl, curl, tmux, git)
tmux_config_local='.tmux.conf.local'
cd ~
git clone https://github.com/gpakosz/.tmux.git
[ -f ~/dotfiles/tmux/$tmux_config_local ] && ln -sf ~/dotfiles/tmux/$tmux_config_local ~/.tmux/$tmux_config_local
ln -sf ~/.tmux/$tmux_config_local ~/$tmux_config_local
ln -sf ~/.tmux/.tmux.conf ~/.tmux.conf
# tmux source-file ~/.tmux.conf # reload tmux config
echo こんにちは
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment