aboutsummaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
authorNicholas Tay <nkt@outlook.kr>2021-04-09 18:00:27 +1000
committerNicholas Tay <nkt@outlook.kr>2021-04-09 18:00:27 +1000
commit42506d1606fea81a67530a0ff6ed93ec816a1594 (patch)
treec18e9ea4ca28035e680b206d0386ffcad8c2e1f4 /README.md
downloaddotlite-42506d1606fea81a67530a0ff6ed93ec816a1594.tar.gz
dotlite-42506d1606fea81a67530a0ff6ed93ec816a1594.tar.bz2
dotlite-42506d1606fea81a67530a0ff6ed93ec816a1594.zip
Initial lite config
Diffstat (limited to 'README.md')
-rw-r--r--README.md18
1 files changed, 18 insertions, 0 deletions
diff --git a/README.md b/README.md
new file mode 100644
index 0000000..61ae91a
--- /dev/null
+++ b/README.md
@@ -0,0 +1,18 @@
+# dotlite
+
+Lightweight dotfiles with git bare repo - trimmed down from my main dots so it can be put on servers and/or work computers.
+
+Probably will have some basic CLI setup + a really simple i3 config with i3status.
+
+```
+$ git clone --bare https://github.com/nicholastay/dotlite.git ~/.dotlite.git
+$ git --git-dir=$HOME/.dotlite.git/ --work-tree=$HOME checkout
+$ git --git-dir=$HOME/.dotlite.git/ --work-tree=$HOME config --local status.showUntrackedFiles no
+
+# To add more files (once aliases loaded)
+# May need to add to gitignore to not use -f (safety)
+$ d a ~/.config/...
+
+# Any other git operations
+$ d ...
+```