From 42506d1606fea81a67530a0ff6ed93ec816a1594 Mon Sep 17 00:00:00 2001 From: Nicholas Tay Date: Fri, 9 Apr 2021 18:00:27 +1000 Subject: Initial lite config --- README.md | 18 ++++++++++++++++++ 1 file changed, 18 insertions(+) create mode 100644 README.md (limited to 'README.md') 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 ... +``` -- cgit