WeChat QR Code
1 minute read Published: 2021-10-21Scan with WeChat.
Keep up to date with news.
Scan with WeChat.
Keep up to date with news.
Install Local Native browser extension for Firefox and Chrome
Install Local Native macOS desktop application
Search by query and filter by time range
Syncing Local Native desktop with another mobile device
cargo build
# dotfiles
source "$HOME/.homesick/repos/homeshick/homeshick.sh"
homeshick link
mr u
ls
# config git
git config --global user.name "your name"
git config --global user.email "[email protected]"
less .gitconfig
q
vim .gitconfig
:PlugInstall
:q
# clone code repo
mkdir -p repos/localnative
cd repos/localnative
git clone [email protected]:localnative/localnative.git
tree -L 2 localnative