From 2d912f10794e5aef61483ad114a75e242953bbc5 Mon Sep 17 00:00:00 2001 From: chawley Date: Thu, 13 Feb 2020 10:54:45 -0500 Subject: [PATCH 1/4] Initial commit --- README.md | 3 +++ 1 file changed, 3 insertions(+) create mode 100644 README.md diff --git a/README.md b/README.md new file mode 100644 index 0000000..ea7650c --- /dev/null +++ b/README.md @@ -0,0 +1,3 @@ +# dotfiles + +general dotfiles \ No newline at end of file From 3362b461eda9806faf675e9f7488a0d415b3cc5a Mon Sep 17 00:00:00 2001 From: "chawley (derry)" Date: Thu, 13 Feb 2020 10:56:19 -0500 Subject: [PATCH 2/4] Added untracked files before migration --- .gitconfig | 2 +- .muttrc | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.gitconfig b/.gitconfig index 8338fab..80c1597 100644 --- a/.gitconfig +++ b/.gitconfig @@ -23,5 +23,5 @@ [color] ui = true [user] - name = chawley (julia) + name = chawley (derry) email = chawley@planethawleywood.com diff --git a/.muttrc b/.muttrc index c3b10e1..90d860d 100644 --- a/.muttrc +++ b/.muttrc @@ -42,4 +42,4 @@ bind pager p previous-undeleted macro pager \cb 'urlview' 'Follow links' # Idea for multiple profile implementation from http://www.8t8.us/mutt/ -source ~/.mutt/muttrc.local.$LOCAL_CONFIG +#source ~/.mutt/muttrc.local.$LOCAL_CONFIG From a40c8c631ebf68b23008e4912f87120843371b37 Mon Sep 17 00:00:00 2001 From: "chawley (derry)" Date: Thu, 13 Feb 2020 10:59:04 -0500 Subject: [PATCH 3/4] Removed oldREADME.md --- README.md | 9 --------- 1 file changed, 9 deletions(-) delete mode 100644 README.md diff --git a/README.md b/README.md deleted file mode 100644 index 7e7a421..0000000 --- a/README.md +++ /dev/null @@ -1,9 +0,0 @@ -# dotfiles - -## Summary - -A repo to track dotfiles for bash and apps I want to keep as portable as possible. All dotfiles are contained in this -repo (typically cloned as ~/dotfiles and each file is symlinked to it's default location. I have added a Makefile to -create or update each symlink. - - From d21bff830ec6d099a75aed8ee9b08f2fb39b8f91 Mon Sep 17 00:00:00 2001 From: "chawley (derry)" Date: Thu, 13 Feb 2020 11:03:10 -0500 Subject: [PATCH 4/4] Updated README.md --- README.md | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index ea7650c..018df44 100644 --- a/README.md +++ b/README.md @@ -1,3 +1,8 @@ # dotfiles -general dotfiles \ No newline at end of file +## Summary + +A repo to track dotfiles for bash and apps I want to keep as portable as possible. All dotfiles are contained in this +repo (typically cloned as ~/dotfiles and each file is symlinked to it's default location. I have added a Makefile to +create or update each symlink. +