How to rsync dotfiles between Macs
Many CLI apps - like git
, vim
, zsh
and tmux
- use dot files to save their configuration. A dot file is a file or directory located in the user’s home directory that begins with the “.
” character.
Adam Matan's tech blog
Many CLI apps - like git
, vim
, zsh
and tmux
- use dot files to save their configuration. A dot file is a file or directory located in the user’s home directory that begins with the “.
” character.
Easily convert large .MOV
files to a compressed VP9 format using the jrottenberg/ffmpeg
docker image.