← All notes

#git

2 notes

Github

- [How to Set Up a GitHub Profile README](https://www.gitkraken.com/blog/set-up-a-github-profile-readme) - [Level Up Your GitHub Profile With These 20+ Amazing…

#git

Fixing "husky" can not run git hooks (node installed by "nvm")

Part of dotfiles Add file ~/.config/husky/init.sh bash export NVMDIR="$HOME/.nvm" [ -s "$NVMDIR/nvm.sh" ] && \. "$NVMDIR/nvm.sh"

#javascript #tools #husky #git #dotfiles