start new:
tmux
start new with session name:
tmux new -s myname
| require 'formula' | |
| class TmuxMouseFix < Formula | |
| url 'http://sourceforge.net/projects/tmux/files/tmux/tmux-1.6/tmux-1.6.tar.gz' | |
| md5 '3e37db24aa596bf108a0442a81c845b3' | |
| homepage 'http://tmux.sourceforge.net' | |
| head 'https://tmux.svn.sourceforge.net/svnroot/tmux/trunk' | |
| depends_on 'libevent' |
| ### INSTALLATION NOTES ### | |
| # 1. Install Homebrew (https://github.com/mxcl/homebrew) | |
| # 2. brew install zsh | |
| # 3. Install OhMyZsh (https://github.com/robbyrussell/oh-my-zsh) | |
| # 4. brew install reattach-to-user-namespace --wrap-pbcopy-pbpaste && brew link reattach-to-user-namespace | |
| # 5. Install iTerm2 | |
| # 6. In iTerm2 preferences for your profile set: | |
| # Character Encoding: Unicode (UTF-8) | |
| # Report Terminal Type: xterm-256color | |
| # 7. Put itunesartist and itunestrack into PATH |
| layout | post |
|---|---|
| title | Installing Octopress (Fedora Version) |
| date | 2012-02-05 06:13 |
| comments | true |
| categories | fedora linux octopress ruby rvm jekyll rubygems |
I (rather obviously) recently found myself attempting to install Octopress. Sure, it has great documentation, but some areas were lacking -- specifically, initial setup. As someone who has not worked with Ruby before other than a rather limited Windows install for a jekyll project, I had virtually no experience installing Ruby, using RVM, or even playing with RubyGems.
| # First install tmux | |
| brew install tmux | |
| # For mouse support (for switching panes and windows) | |
| # Only needed if you are using Terminal.app (iTerm has mouse support) | |
| Install http://www.culater.net/software/SIMBL/SIMBL.php | |
| Then install https://bitheap.org/mouseterm/ | |
| # More on mouse support http://floriancrouzat.net/2010/07/run-tmux-with-mouse-support-in-mac-os-x-terminal-app/ |
| git ls-files | grep '\.swp$' | xargs git rm |