about summary refs log tree commit diff
path: root/README.md
diff options
context:
space:
mode:
authorWilliam Carroll <wpcarro@gmail.com>2018-04-23T19·20-0400
committerWilliam Carroll <wpcarro@gmail.com>2018-04-23T19·25-0400
commit863b29323c8ec641a28a484bee1ffa86b79b4bbc (patch)
treefb02098f736c3b3daa6106b22b584cae82af56c1 /README.md
parent36b830c2c9dd8453875dc102300cbd48771d337c (diff)
pc_settings -> dotfiles
My younger self didn't know that creating repos to house your
configuration was a known pattern! Hence the unweildy name, pc_settings.

This change was a long time coming.
Diffstat (limited to 'README.md')
-rw-r--r--README.md11
1 files changed, 3 insertions, 8 deletions
diff --git a/README.md b/README.md
index 66adce2847da..caf8caf91723 100644
--- a/README.md
+++ b/README.md
@@ -1,15 +1,10 @@
-# My P(ersonal) C(omputer) Settings
+# dotfiles
 
 I'm documenting this primarily for personal use. This reposity contains shell
 configs, vim configs, emacs configs, a list of commonly used applications, and
 other items.
 
-The overall goal of this repository is to reduce the time it takes to adopt a
-new computer and equip it with the necessary tooling to do meaningful work.
-
-Ironically, I prefer to use a Mac or a Linux as my personal computer, so
-hopefully the connotation associated with "PCs" as Windows boxes isn't
-misleading.
+Configuration is everything.
 
 
 # SSH
@@ -168,7 +163,7 @@ file, `tmux-256color-italic`, to your terminal database. You can do this with
 the following command:
 
 ```bash
-$ tic ~/pc_settings/tmux-256color-italic
+$ tic ~/dotfiles/tmux-256color-italic
 ```