Skip to content

Instantly share code, notes, and snippets.

View Netznarkose's full-sized avatar
🎯
Focusing

Max Maintz Netznarkose

🎯
Focusing
View GitHub Profile
@Netznarkose
Netznarkose / install-nvm-zsh.txt
Created August 3, 2018 09:41 — forked from mike-casas/install-nvm-zsh.txt
install nvm on mac with zsh shell
After install zsh
- brew update
- brew install nvm
- mkdir ~/.nvm
after in your ~/.zshrc or in .bash_profile if your use bash shell:
export NVM_DIR=~/.nvm
source $(brew --prefix nvm)/nvm.sh
@Netznarkose
Netznarkose / gist:a6cae8d187d30e7cf5bd6cfb303cfffd
Created March 24, 2018 17:08 — forked from chrissimpkins/gist:5bf5686bae86b8129bee
Atom Editor Cheat Sheet (Sweetmeat)

Use these rapid keyboard shortcuts to control the GitHub Atom text editor on Mac OSX.

Key to the Keys

  • ⌘ : Command key
  • ⌃ : Control key
  • ⌫ : Delete key
  • ← : Left arrow key
  • → : Right arrow key
  • ↑ : Up arrow key