Skip to content

kohenchia/environment

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

65 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

kohenchia/environment

Contains scripts for setting up a new development environment on OSX.

First-time setup

Change your default shell to zsh:

$ chsh -s /bin/zsh

Install oh-my-zsh:

$ sh -c "$(curl -fsSL https://raw.github.com/ohmyzsh/ohmyzsh/master/tools/install.sh)"

$ Install powerlevel10k:

$ git clone --depth=1 https://github.com/romkatv/powerlevel10k.git ${ZSH_CUSTOM:-~/.oh-my-zsh/custom}/themes/powerlevel10k

$ Install pyenv

$ brew install pyenv

Installation

$ git clone git@github.com:kohenchia/environment.git
$ cd environment
$ ./setup.sh

About

Backup of all environment settings

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published