aboutsummaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
authorTom Ryder <tom@sanctum.geek.nz>2021-07-02 13:33:20 +1200
committerTom Ryder <tom@sanctum.geek.nz>2021-07-02 13:33:20 +1200
commit5c6971708227032e47ec09f19946f96481dea266 (patch)
tree23cfb17d78a26bf3925e76d8d43dbe2a3a8098fc /README.md
parentMerge branch 'release/v11.4.0' (diff)
parentUpdate PGP key (diff)
downloaddotfiles-11.5.0.tar.gz (sig)
dotfiles-11.5.0.zip
Merge branch 'release/v11.5.0'v11.5.0
* release/v11.5.0: Update PGP key Update dotfiles(7) manual page Update submodule URLs Define `hide_edge_borders` in i3 config Use different recommended path for checkout Update PGP key Correct Xresources Makefile installation Reduce log level for newsboat reload task Allow dashes in `keep` items Update PGP key fingerprint
Diffstat (limited to 'README.md')
-rw-r--r--README.md18
1 files changed, 9 insertions, 9 deletions
diff --git a/README.md b/README.md
index e1379d19..5381ed9f 100644
--- a/README.md
+++ b/README.md
@@ -11,9 +11,9 @@ into a personal suite of custom Unix tools.
Installation
------------
- $ mkdir -p ~/.local/share
- $ git clone https://sanctum.geek.nz/code/dotfiles.git ~/.local/share/dotfiles
- $ cd ~/.local/share/dotfiles
+ $ mkdir -p ~/.local/src
+ $ git clone https://sanctum.geek.nz/code/dotfiles.git ~/.local/src/dotfiles
+ $ cd ~/.local/src/dotfiles
$ git submodule init
$ git submodule update
$ make
@@ -66,7 +66,7 @@ settings for the `Makefile`, too:
install-bash
install-bin
EMAIL=you@example.com
- $ make -C .local/share/dotfiles install-conf
+ $ make -C .local/src/dotfiles install-conf
Tools
-----
@@ -167,16 +167,16 @@ These are set only after testing `BASH_VERSINFO` appropriately.
A terminal session with my prompt looks something like this:
~$ ssh remote
- remote:~$ cd .local/share/dotfiles
- remote:~/.local/share/dotfiles(master+!)$ git status
+ remote:~$ cd .local/src/dotfiles
+ remote:~/.local/src/dotfiles(master+!)$ git status
M README.md
M bash/bashrc.d/prompt.bash
A init
- remote:~/.local/share/dotfiles(master+!)$ foobar
+ remote:~/.local/src/dotfiles(master+!)$ foobar
foobar: command not found
- remote:~/.local/share/dotfiles(master+!)<127>$ sleep 5 &
+ remote:~/.local/src/dotfiles(master+!)<127>$ sleep 5 &
[1] 28937
- remote:~/.local/share/dotfiles(master+!){1}$
+ remote:~/.local/src/dotfiles(master+!){1}$
The hostname is elided if not connected via SSH. The working directory with
tilde abbreviation for `$HOME` is always shown. The rest of the prompt expands