aboutsummaryrefslogblamecommitdiff
path: root/README.md
blob: 61ae91a222c2e6d667409c0a2daf56fd8c2c5084 (plain) (tree)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
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 ...
```