Skip to content

Instantly share code, notes, and snippets.

@sevenearths
Created June 19, 2020 09:22
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save sevenearths/4a596428ffab0ceae999e1e213fb55d4 to your computer and use it in GitHub Desktop.
Save sevenearths/4a596428ffab0ceae999e1e213fb55d4 to your computer and use it in GitHub Desktop.
Making your terminal look cool
$ sudo apt install cmatrix
$ vim ~/.bash_aliases
...
alias matrix="tmux new-session\; split-window -h -p 13\; select-pane -t 0\; split-window -h -p 85\; select-pane -t 1\; split-window -v -p 25\; select-pane -t 0\; send-keys 'cmatrix -u 9' C-m\; select-pane -t 3\; send-keys 'cmatrix -u 9' C-m\; select-pane -t 2\; send-keys 'dcu' C-m\; select-pane -t 1\;"
...
$ source ~/.bash_aliases
$ matrix
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment