Skip to content

Instantly share code, notes, and snippets.

View abc101's full-sized avatar
🏝️
What's happening?

Song M Kim abc101

🏝️
What's happening?
View GitHub Profile
@abc101
abc101 / bcm4331.sh
Created September 18, 2020 23:44
Install old Mac wifi(BCM4331) on Debain
sudo apt-get install linux-headers-$(uname -r) && sudo apt-get install broadcom-sta-common broadcom-sta-source broadcom-sta-dkms
@abc101
abc101 / .direnvrc
Last active September 17, 2020 01:11
direnvrc for pyenv and nvm
use_python() {
if [ -n "$(which pyenv)" ]; then
local pyversion=$1
pyenv local ${pyversion}
fi
}
layout_virtualenv() {
local venv_path="$1"
source ${venv_path}/bin/activate