Skip to content

hszcg/dev-env-setup

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

18 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Dev ENV Setup

Setup dev env from scratch

Includes zsh, vimconf, git-alias and others.

Get Started

  • Install zsh first
# For Mac OSX
brew install zsh

# For Ubuntu
sudo apt-get install zsh

# If default $SHELL is not changed to zsh
# add the following line to .bash_profile

SHELL=$ZSH_PATH exec $ZSH_PATH --login
# ($ZSH_PATH can be /usr/local/bin/zsh OR /usr/bin/zsh)
  • Checkout zsh config files
sh install-zsh.sh
  • sync other files
./sync.sh

About

Setup dev env from scratch

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages