Skip to content

kazoogon/dotfiles

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

🏋️‍♂️ 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 -)"