Skip to content

Latest commit

 

History

History
14 lines (6 loc) · 291 Bytes

README.md

File metadata and controls

14 lines (6 loc) · 291 Bytes

dotfiles

This dotfiles is a clone of https://github.com/tykling/dotfiles

Install dotfiles

cd && git clone https://github.com/charliewutwut/dotfiles.git .dotfiles && cd .dotfiles && stow dotfiles && cd

Update dotfiles

cd ~/.dotfiles && git pull && stow -R dotfiles && cd