Skip to content

Latest commit

 

History

History
22 lines (19 loc) · 515 Bytes

README.md

File metadata and controls

22 lines (19 loc) · 515 Bytes

🏋️‍♂️ Dotfiles

Usage

// install oh-my-zsh
$ git clone git://github.com/robbyrussell/oh-my-zsh.git ~/.oh-my-zsh

// create synbolic link
$ cd ~
$ cd dotfiles
$ sh link.sh

node version management

need to add in ~/.bashrc (If you you zsh, ~/.zshrc)

export PATH="$HOME/.nodenv/bin:$PATH"
eval "$(nodenv init -)"