Skip to content

Latest commit

 

History

History
24 lines (20 loc) · 484 Bytes

README.md

File metadata and controls

24 lines (20 loc) · 484 Bytes

dotfiles

bash

$ cd ~/
$ git clone https://github.com/taikishiino/dotfiles.git
$ ln -sf ~/dotfiles/.vimrc ~/.vimrc
$ ln -sf ~/dotfiles/.bashrc ~/.bashrc
$ ln -sf ~/dotfiles/.bash_profile ~/.bash_profile

$ source ~/.bash_profile

zsh

$ cd ~/
$ git clone https://github.com/taikishiino/dotfiles.git
$ ln -sf ~/dotfiles/.vimrc ~/.vimrc
$ ln -sf ~/dotfiles/.zshrc ~/.zshrc
$ ln -sf ~/dotfiles/.zprofile ~/.zprofile

$ source ~/.zshrc
$ source ~/.zprofile