Compare commits
2 commits
90d8d73c3d
...
0207b7da11
Author | SHA1 | Date | |
---|---|---|---|
0207b7da11 | |||
b9d9939c7f |
13 changed files with 6 additions and 10 deletions
|
@ -1,9 +1,3 @@
|
||||||
^/\.git.*
|
^/\.git.*
|
||||||
^/CNAME
|
|
||||||
^/Gemfile.*
|
|
||||||
^/README\.md
|
^/README\.md
|
||||||
^/css
|
^/site.*
|
||||||
^/_.*
|
|
||||||
^/\.sass-cache
|
|
||||||
^/vendor
|
|
||||||
^/.*\.html
|
|
||||||
|
|
|
@ -15,6 +15,6 @@ less dots
|
||||||
zsh dots
|
zsh dots
|
||||||
```
|
```
|
||||||
|
|
||||||
When run through either of these methods, `dots` will install itself, [GNU Stow](https://www.gnu.org/software/stow/) (if not already installed globally), and my configuration for [git](https://git.00dani.me/dot/git), [vim](https://git.00dani.me/dots/vim), and [zsh](https://git.00dani.me/dot/zsh).
|
When run through either of these methods, `dots` will install itself, [GNU Stow](https://www.gnu.org/software/stow/) (if not already installed globally), and my configuration for [git](https://git.00dani.me/dot/git), [vim](https://git.00dani.me/dot/vim), and [zsh](https://git.00dani.me/dot/zsh).
|
||||||
|
|
||||||
Packages are installed by `dots` to `~/dotfiles` and then linked into `~` using Stow. I'll be adding flags for customising these paths, as well as adjusting which packages the bootstrap immediately installs.
|
Packages are installed by `dots` to `~/dotfiles` and then linked into `~` using Stow. I'll be adding flags for customising these paths, as well as adjusting which packages the bootstrap immediately installs.
|
||||||
|
|
1
site/.dots/README.md
Symbolic link
1
site/.dots/README.md
Symbolic link
|
@ -0,0 +1 @@
|
||||||
|
../../README.md
|
1
site/.dots/local
Symbolic link
1
site/.dots/local
Symbolic link
|
@ -0,0 +1 @@
|
||||||
|
../../local
|
|
@ -2,6 +2,6 @@
|
||||||
layout: page
|
layout: page
|
||||||
permalink: /README
|
permalink: /README
|
||||||
---
|
---
|
||||||
{% capture readme_text %}{% include_relative README.md %}{% endcapture %}
|
{% capture readme_text %}{% include_relative .dots/README.md %}{% endcapture %}
|
||||||
{% assign readme_text = (readme_text | newline_to_br | split: "<br />" | shift | shift | join: '' ) %}
|
{% assign readme_text = (readme_text | newline_to_br | split: "<br />" | shift | shift | join: '' ) %}
|
||||||
{{ readme_text | markdownify }}
|
{{ readme_text | markdownify }}
|
|
@ -1,4 +1,4 @@
|
||||||
---
|
---
|
||||||
---
|
---
|
||||||
{% include_relative local/bin/dots %}
|
{% include_relative .dots/local/bin/dots %}
|
||||||
# <style>body { white-space: pre-wrap; font-family: Monoid, Inconsolata, "Ubuntu Mono", Consolas, Menlo, monospace; } a { font-size: 1.3em; }</style>
|
# <style>body { white-space: pre-wrap; font-family: Monoid, Inconsolata, "Ubuntu Mono", Consolas, Menlo, monospace; } a { font-size: 1.3em; }</style>
|
Loading…
Reference in a new issue