From 6c4c5513618105ea4ce081b04e0545c7c05431d8 Mon Sep 17 00:00:00 2001 From: Matias Linares Date: Tue, 24 Nov 2015 00:29:00 -0300 Subject: Update --- save-dotfiles.sh | 19 +++++++++++++++++++ 1 file changed, 19 insertions(+) create mode 100755 save-dotfiles.sh (limited to 'save-dotfiles.sh') 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 :)" -- cgit v1.2.3-70-g09d2