Skip to content

Instantly share code, notes, and snippets.

View elsonwu's full-sized avatar
🎯
Focusing

Elson Wu elsonwu

🎯
Focusing
View GitHub Profile
@elsonwu
elsonwu / vim.md
Last active October 5, 2020 03:31
Learn some Vim

Learn some Vim

The goal - 20% of the features covers the 80% daily usage

Why you shoud learn Vim?

  • Basically it's everywhere, only if you're using Unix/Linux/macOS.
  • Edit your confuguration on the servers.
@elsonwu
elsonwu / config
Last active June 8, 2022 13:58
Config for normal daily tools
#!/bin/bash
xcode-select --install
# homebrew
/bin/bash -c "$(curl -fsSL https://raw.githubusercontent.com/Homebrew/install/master/install.sh)"
brew install \
fish \
font-devicons \