aboutsummaryrefslogtreecommitdiff
path: root/README.rst
diff options
context:
space:
mode:
authorTucker Evans <tuckerevans24@gmail.com>2018-02-20 22:06:38 -0500
committerTucker Evans <tuckerevans24@gmail.com>2018-02-20 22:06:38 -0500
commit4f3b29401c7ff6b42a84b9aca53877783212ec5d (patch)
treee6fbcd522d8faa3478b4e562d0d0ecde05afdcc4 /README.rst
parent9d524a3b8918eae9c8e9ed89d3300b00aaacbecf (diff)
Made files templates for new systems.
Diffstat (limited to 'README.rst')
-rw-r--r--README.rst21
1 files changed, 20 insertions, 1 deletions
diff --git a/README.rst b/README.rst
index 5ec3bd3..b45134e 100644
--- a/README.rst
+++ b/README.rst
@@ -4,7 +4,26 @@ Tucker's Dotfiles
These dotfiles are here mostly to move them between my computers and
as a backup, but feel free to use them yourself.
-vim plugins
+Branches
+--------
+
+I keep the master branch as templates for new systems. Each of my
+computers then have their own branch, this is to account for different
+font size and other necessary changes. Any changes that need to be
+made i.e. font change, are changed to "!INPUT" in files for easy
+search/repace. Example, Xresourses:
+::
+ XTerm*faceName: !FONT
+ UXTerm*faceName: !FONT
+
+ XTerm*faceSize: !FONT_SIZE
+ UXTerm*faceSize: !FONT_SIZE
+
+ XTerm*allowBoldFont: false
+ UXTerm*allowBoldFont: false
+
+
+Vim Plugins
-----------
I keep my vim plugins as submodules in this repo, I use
`github.com/tuckerevans/plugVim <https://www.github.com/tuckerevans/plugvim>`_