-
First install Homebrew
/usr/bin/ruby -e "$(curl -fsSL https://raw.githubusercontent.com/Homebrew/install/master/install)"
-
First install Homebrew
/usr/bin/ruby -e "$(curl -fsSL https://raw.githubusercontent.com/Homebrew/install/master/install)" -
Next, install the
tmuxandreattach-to-user-namespacepackages using Homebrewbrew install tmux brew install reattach-to-user-namespace -
Create a symbolic link to
dotfiles/tmux/tmux.confln -s /path/to/repo/dotfiles/tmux/tmux.conf ~/.tmux.conf -
-
Open
~/.tmux.confin your favourite editor and edit theMYSHELLandMYSHELL_PATHvariables in the file which defaults tofish... 3 # SHELL choice (zsh | fish) 4 MYSHELL=zsh 5 MYSHELL_PATH=/usr/local/bin/zsh ...
-
-
Run tmux
~$ tmux
-
Install the
xselandtmuxpackagessudo apt-get install xsel tmux -
Create a symbolic link to
dotfiles/tmux/tmux.ubuntu.confln -s /path/to/repo/dotfiles/tmux/tmux.ubuntu.conf ~/.tmux.conf -
-
Open
~/.tmux.confin your favourite editor and edit theMYSHELLandMYSHELL_PATHvariables in the file which defaults tofish... 3 # SHELL choice (zsh | fish) 4 MYSHELL=zsh 5 MYSHELL_PATH=/usr/bin/zsh ...
-
-
Run tmux
~$ tmux -
-
If you get an error regarding
ambiguous option: mouseedit your~/.tmux.confand change theset -g mouse onto this# set -g mouse on
-
- Install zsh
brew install zshorsudo apt-get install zshbased on your platform. - Install Oh My Zsh!.