Skip to content

Instantly share code, notes, and snippets.

View slerer's full-sized avatar

Shachar Lerer slerer

  • Tel-Aviv University
View GitHub Profile
@antiagainst
antiagainst / macbook-setup.md
Last active February 11, 2023 14:19
Set Up Zsh, Presto, Homebrew, Ruby, Powerline, and Vim on Mac OS X

blog about these tools

Setup Zsh and Prezto

  • Change default shell to Zsh
chsh -s $(which zsh)
  • Clone Presto and install it according to README.md
@antiagainst
antiagainst / DevToolTips.md
Last active October 7, 2017 10:54
Tips for Development Tools

git

How to show the tracking relationship between local and remote branches?

git branch -vv

How to change remote tracking branch?

git branch --set-upstream-to origin/somebranch

@dropwhile
dropwhile / install-setup.txt
Last active February 28, 2020 05:43
python serialization speed comparison
virtualenv --no-site-packages hodor
hodor/bin/pip install simplejson ujson cbor tnetstring msgpack-python
curl -s 'http://www.json-generator.com/api/json/get/cvfsLVmKiG?indent=2' > test.json
hodor/bin/python shootout.py

tmux cheatsheet

As configured in my dotfiles.

start new:

tmux

start new with session name: