start new:
tmux
start new with session name:
tmux new -s myname
| const quoteFeedsById = { | |
| feed1: { | |
| name: 'Programming', | |
| quoteIds: ['quote1', 'quote2'] | |
| }, | |
| feed2: { | |
| name: 'Stoic', | |
| quoteIds: ['quote3', 'quote4'] | |
| } | |
| }; |
| // alphabet: | |
| a b c d e f g h i j k l m n o p q r s t u v w x y z | |
| 0 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 | |
| // key | |
| j z a i d m f u | |
| 9 25 0 8 3 12 5 20 | |
| // plaintext | |
| i l o v e y o u |
git init --bare $HOME/.dotfilesalias dot='/usr/bin/git --git-dir=$HOME/.dotfiles/ --work-tree=$HOME'git e.g. dot to configure the .dotfiles repository.dotfiles config --local status.showUntrackedFiles nogit status.| def prompt | |
| 60.times do | |
| STDOUT.print "\r:" | |
| sleep 0.5 | |
| STDOUT.print "\r " | |
| sleep 0.5 | |
| end | |
| end |