mirror of
https://github.com/jimeh/dotify.git
synced 2026-02-19 10:06:39 +00:00
Use fancy unicode in readme
This commit is contained in:
26
README.md
26
README.md
@@ -23,14 +23,14 @@ And lets say that repo looks something like this:
|
|||||||
|
|
||||||
```
|
```
|
||||||
.
|
.
|
||||||
|-- dotify
|
├── dotify
|
||||||
|-- Dotfile
|
├── Dotfile
|
||||||
|-- hosts
|
├── hosts
|
||||||
| `-- mordor
|
│ └── mordor
|
||||||
| |-- Dotfile
|
│ ├── Dotfile
|
||||||
| `-- gitconfig
|
│ └── gitconfig
|
||||||
|-- irbrc
|
├── irbrc
|
||||||
`-- tmux.conf
|
└── tmux.conf
|
||||||
```
|
```
|
||||||
|
|
||||||
The `dotify` file is Dotify's main executable, which is a small self-contained
|
The `dotify` file is Dotify's main executable, which is a small self-contained
|
||||||
@@ -62,9 +62,9 @@ run `./dotify install`, you'll end up with a home folder like this:
|
|||||||
|
|
||||||
```
|
```
|
||||||
.
|
.
|
||||||
|-- .dotfiles -> /home/jimeh/src/dotfiles
|
├── .dotfiles -> /home/jimeh/src/dotfiles
|
||||||
|-- .gitconfig -> .dotfiles/gitconfig
|
├── .gitconfig -> .dotfiles/gitconfig
|
||||||
|-- .irbrc -> .dotfiles/irbrc
|
├── .irbrc -> .dotfiles/irbrc
|
||||||
|-- .tmux.conf -> .dotfiles/tmux.conf
|
├── .tmux.conf -> .dotfiles/tmux.conf
|
||||||
`-- src
|
└── src
|
||||||
```
|
```
|
||||||
|
|||||||
Reference in New Issue
Block a user