Skip to content

minjae-lee92/dev-env

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

16 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Setting up dev-env

Download Zsh

via Homebrew

brew install zsh

chsh -s /usr/local/bin/zsh

Download

git clone --recursive https://github.com/minjae-lee92/dev-env

Relocate .vim and .zsh to homedir

cd dev-env

mv .zsh /..

mv .vim /..

Install Vim Plugins

cd .vim

vim vimrc

PlugInstall

Set Path

vim zshrc

source "$HOME/.zsh/slim.zsh"

Screenshot Images

vim vim screenshot

zsh zsh screenshot

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published