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.
This commit is contained in:
William Carroll 2018-04-23 15:20:26 -04:00
parent 36b830c2c9
commit 863b29323c
5 changed files with 10 additions and 15 deletions

View file

@ -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
```