From 43b95f1bbcf1450d4d1a7d202b9076443cd61fab Mon Sep 17 00:00:00 2001 From: Urbain Vaes Date: Sat, 28 Mar 2015 15:25:01 +0000 Subject: everything --- make | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'make') diff --git a/make b/make index b66a6c1..31ca6d8 100755 --- a/make +++ b/make @@ -1,7 +1,7 @@ #!/bin/bash -dir=~/dotfiles -olddir=~/dotfiles_old +dir=~/Dropbox/dotfiles +olddir=~/Dropbox/dotfiles_old # Files to sync files="vim mutt vifm bashrc zshrc xmodmap mynotes tmux.conf zathurarc offlineimaprc inputrc latexmkrc crontab krystle" -- cgit v1.2.3 From 6fb28bc4b38947281908917b9230e78692674fdc Mon Sep 17 00:00:00 2001 From: Urbain Vaes Date: Sun, 29 Mar 2015 18:06:05 +0100 Subject: Added gitconfig to make --- make | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'make') diff --git a/make b/make index 31ca6d8..7836cb4 100755 --- a/make +++ b/make @@ -4,7 +4,7 @@ dir=~/Dropbox/dotfiles olddir=~/Dropbox/dotfiles_old # Files to sync -files="vim mutt vifm bashrc zshrc xmodmap mynotes tmux.conf zathurarc offlineimaprc inputrc latexmkrc crontab krystle" +files="vim mutt vifm bashrc zshrc xmodmap mynotes tmux.conf zathurarc offlineimaprc inputrc latexmkrc crontab gitconfig" rm -rf $olddir mkdir -p $olddir -- cgit v1.2.3