Skip to content

yihyunjoon/dotfiles

Repository files navigation

Hyunjoon's dotfiles

Installation

Clone this repository

git clone https://github.com/yihyunjoon/dotfiles.git

Brewfile

Install brew

/bin/bash -c "$(curl -fsSL https://raw.githubusercontent.com/Homebrew/install/master/install.sh)"

Install packages

On macOS

brew bundle

Zsh

Change default shell to zsh

chsh -s `which zsh`

Link .zshrc

ln -s ~/dotfiles/.zshrc ~/.zshrc

Neovim

Install vim-plug

sh -c 'curl -fLo "${XDG_DATA_HOME:-$HOME/.local/share}"/nvim/site/autoload/plug.vim --create-dirs \
       https://raw.githubusercontent.com/junegunn/vim-plug/master/plug.vim'

Link .vimrc

ln -s ~/dotfiles/.vimrc ~/.config/nvim/init.vim

Thanks to...

About

My dotfiles folder

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published