Overview
Atlassian Sourcetree is a free Git and Mercurial client for Windows.
Atlassian Sourcetree is a free Git and Mercurial client for Mac.
Mike's dotfiles
Collection of a few config files. Assumes a proper ~/.profile that sets up the locale and includes .bashrc.
- nano
- tmux
- bashrc
- bash_aliases
Note: Debian-based only.
To install, use make:
# install just the tmux config file make tmux # install just the bash files make bash # install everything but tmux-nested make all (or just make, since 'all' is the default/first target)
Notes:
- tmux has disabled mouse support
- tmux-nested just changes the prefix key from Ctrl+a to Ctrl+b, so it can run nested inside another tmux session.
- bashrc has conditional sections that setup both virtualenvwrapper env vars and tmux-inside-ssh