Skip to content

Instantly share code, notes, and snippets.

@renatamarques97
Last active December 27, 2020 20:10
Show Gist options
  • Save renatamarques97/c5eaeef48a8664e4a13aa7a7388ad456 to your computer and use it in GitHub Desktop.
Save renatamarques97/c5eaeef48a8664e4a13aa7a7388ad456 to your computer and use it in GitHub Desktop.

Oh-My-Zsh is a framework for Zsh, the Z shell.

oh my zsh

vim ~/.zshrc

oh my zsh

Vim is a terminal text editor.

vim

vim $HOME/.vimrc

.vimrc

Tmux is a terminal multiplexer for Unix-like operating systems.

tmux download

brew install tmux

configuration

vim ~/.tmux.conf

or

tmux from homebrew

vim /usr/local/Cellar/tmux/3.0a_1/share/tmux/.tmux.conf

.tmux.conf

Tmate is a remote tmux session over ssh.

tmate download

brew install tmate

configuration

vim ~/.tmate.conf

tmate from homebrew

vim /usr/local/Cellar/tmate/2.4.0/share/man/man1/.tmate.conf

run

tmate
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment