diff options
author | Matias Linares <matiaslina@openmailbox.org> | 2015-11-24 00:29:00 -0300 |
---|---|---|
committer | Matias Linares <matiaslina@openmailbox.org> | 2015-11-24 00:29:00 -0300 |
commit | 6c4c5513618105ea4ce081b04e0545c7c05431d8 (patch) | |
tree | ed61ada744e0d9ec8d2b41c24b949b2ad96185fe /save-dotfiles.sh | |
parent | c8efcbbafd27e6352556bab2ec207b15d3202547 (diff) | |
download | dotfiles-6c4c5513618105ea4ce081b04e0545c7c05431d8.tar.gz |
Update
Diffstat (limited to 'save-dotfiles.sh')
-rwxr-xr-x | save-dotfiles.sh | 19 |
1 files changed, 19 insertions, 0 deletions
diff --git a/save-dotfiles.sh b/save-dotfiles.sh new file mode 100755 index 0000000..219a64b --- /dev/null +++ b/save-dotfiles.sh @@ -0,0 +1,19 @@ +#!/bin/sh + +repo_path="${HOME}/Workspace/dotfiles" + +cp ~/.Xresources ${repo_path}/Xresources +cp ~/.vimrc ${repo_path}/vimrc +cp -r ~/.irssi ${repo_path}/irssi +cp ~/.muttrc ${repo_path}/muttrc +cp ~/.mkshrc ${repo_path}/mkshrc +cp ~/.gitconfig ${repo_path}/gitconfig +cp -r ~/.mutt ${repo_path}/mutt +cp -r ~/.vim ${repo_path}/vim +cp -r ~/.config/herbstluftwm/ ${repo_path}/herbstluftwm +cp -r ~/.config/termcolors/ ${repo_path}/termcolors +cp -r ~/scripts/ ${repo_path}/scripts +cp -r ~/.mpd/ ${repo_path}/mpd +cp -r ~/.ncmpcpp/ ${repo_path}/ncmpcpp + +echo "Now check your passwords :)" |