Curl SPF13
Install oh-my-fish:
curl -L https://github.com/bpinto/oh-my-fish/raw/master/tools/install.fish | fishDownload:
git clone https://github.com/deloschang/dotfiles.git ~/dotfilesCopy config to home:
ln -s ~/dotfiles/.tmux.conf ~/.tmux.conf
ln -s ~/dotfiles/.vimrc.local ~/.vimrc.local
ln -s ~/dotfiles/.vimrc.bundles.local ~/.vimrc.bundles.local
cp ~/dotfiles/config.fish ~/.config/fish/config.fish
cp ~/dotfiles/snippets/javascript.snippets ~/.vim/bundle/vim-snippets/snippets/javascript/Installing bundles in vim:
:BundleInstall
Go to config dir:
cd ~/dotfiles(Cross platform, tested with python 2.7+)
Update March 19, 2014. Works with psutil 2.0 now.
install psutil
sudo pip install psutilcopy ~/.tmux/vendor/basic-cpu-and-memory.tmux to bin
sudo cp ~/.tmux/vendor/basic-cpu-and-memory.tmux /usr/local/bin/tmux-mem-cpu-loadmake executable
sudo chmod +x /usr/local/bin/tmux-mem-cpu-loadTo start a session via “tmux”:
tm
To reattach a previous session:
ta #
To kill a session:
tk #
To reload config file
<Control + a>r
Our prefix/leader key is Control + a now (just like the screen multiplexer). This sequence must be typed before any tmux shortcut.
Control + abefore any commandControl + athen?to bring up list of keyboard shortcutsControl + athen<Space>to change pane arrangementControl + athenoto rotate panesControl + horj,k,lto move left, down, up, right. Respectively. (vim hjkl using vim-tmux navigator)Control + athen;to go to last panel
Beyond your first window:
Control + athencto create a new windowControl + athenCto create a new named windowControl + athennto next windowControl + athenpto previous windowControl + athen[0-9]move to window numberControl + athen&to kill windowControl + athenxto kill pane
Splitting windows:
Control + athenvvertical split like vimControl + athenshorizontal split
Control + pfor ctrl+p style fuzzy-findingControl + bfor ctrl+p in buffers
- Load preset .iterm.colors
- Run
python colors.pyto ensure your ANSI colors are working