diff options
author | Frederick Yin <fkfd@fkfd.me> | 2021-07-15 22:20:46 +0800 |
---|---|---|
committer | Frederick Yin <fkfd@fkfd.me> | 2021-07-15 22:20:46 +0800 |
commit | b6410a60f0cd3a1c1ce29d3c82706a8526d80719 (patch) | |
tree | f7b07da5cd5899bf0649430b365fb015f7c0d664 | |
parent | 7c2f80771d690603445e8289e84945c71774c060 (diff) |
sync.sh for updating dotfiles
-rwxr-xr-x | sync.sh | 4 |
1 files changed, 4 insertions, 0 deletions
@@ -0,0 +1,4 @@ +#!/usr/bin/bash +cp ~/.gitconfig ./ +cp ~/.vimrc ./ +cp ~/.zshrc ./ |