Skip to content
This repository was archived by the owner on Jan 22, 2023. It is now read-only.

Commit ebff047

Browse files
committed
misc: Many tweaks
1 parent e3cb369 commit ebff047

File tree

8 files changed

+486
-8
lines changed

8 files changed

+486
-8
lines changed

.gitattributes

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1 +1,2 @@
11
* text=auto eol=lf
2+
bake linguist-generated

.gitignore

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,4 @@
11
dist/
22
dotfox
33
nimbledeps/
4+
site/

Bakefile.sh

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,10 @@
1+
# shellcheck shell=bash
2+
# shellcheck shell=bash
3+
4+
task.build() {
5+
nimble build dotfox
6+
}
7+
8+
task.run() {
9+
nimble run dotfox
10+
}

Justfile

Lines changed: 0 additions & 5 deletions
This file was deleted.

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
11
# DotFox
22

3-
🌎 Simple dotfile manager
3+
A simple dotfile manager
44

5-
## Description
5+
## Overview
66

7-
Simple, clean tool to automatically track your dotfiles and ensure they are all symlinked properly to version control
7+
Yet another dotifle manager that symlinks files and directories from one place to another
88

99
See [Getting Started](./docs/getting-started.md)

0 commit comments

Comments
 (0)