Created
June 19, 2020 09:22
-
-
Save sevenearths/4a596428ffab0ceae999e1e213fb55d4 to your computer and use it in GitHub Desktop.
Making your terminal look cool
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
$ 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