Last active
December 11, 2015 01:29
-
-
Save mtsd/4523629 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| $ brew install tmux | |
| ==> Installing tmux dependency: pkg-config | |
| ==> Downloading https://downloads.sf.net/project/machomebrew/Bottles/pkg-config-0.27.1.mountainlion.bottle.tar.gz | |
| ######################################################################## 100.0% | |
| ==> Pouring pkg-config-0.27.1.mountainlion.bottle.tar.gz | |
| /usr/local/Cellar/pkg-config/0.27.1: 9 files, 624K | |
| ==> Installing tmux dependency: libevent | |
| ==> Downloading https://github.com/downloads/libevent/libevent/libevent-2.0.20-stable.tar.gz | |
| ######################################################################## 100.0% | |
| ==> ./configure --disable-debug-mode --prefix=/usr/local/Cellar/libevent/2.0.20 | |
| ==> make | |
| ==> make install | |
| /usr/local/Cellar/libevent/2.0.20: 48 files, 1.8M, built in 42 seconds | |
| ==> Installing tmux | |
| ==> Downloading http://sourceforge.net/projects/tmux/files/tmux/tmux-1.7/tmux-1.7.tar.gz | |
| ######################################################################## 100.0% | |
| ==> ./configure --prefix=/usr/local/Cellar/tmux/1.7 --sysconfdir=/usr/local/etc | |
| ==> make install | |
| ==> Caveats | |
| Additional information can be found in: | |
| /usr/local/Cellar/tmux/1.7/NOTES | |
| ==> Caveats | |
| Bash completion has been installed to: | |
| /usr/local/etc/bash_completion.d | |
| ==> Summary | |
| /usr/local/Cellar/tmux/1.7: 6 files, 588K, built in 17 seconds |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| $ brew install reattach-to-user-namespace | |
| ==> Cloning https://github.com/ChrisJohnsen/tmux-MacOSX-pasteboard.git | |
| Cloning into '/Library/Caches/Homebrew/reattach-to-user-namespace--git'... | |
| remote: Counting objects: 189, done. | |
| remote: Compressing objects: 100% (95/95), done. | |
| remote: Total 189 (delta 106), reused 173 (delta 90) | |
| Receiving objects: 100% (189/189), 45.44 KiB, done. | |
| Resolving deltas: 100% (106/106), done. | |
| ==> Checking out revision ece1935953593d05e98d8c3ee8f956b2429d633f | |
| ==> make | |
| /usr/local/Cellar/reattach-to-user-namespace/ece193: 4 files, 36K, built in 4 seconds |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment