Compare commits
2 commits
c53fb57ff0
...
53d1d61cc2
Author | SHA1 | Date | |
---|---|---|---|
53d1d61cc2 | |||
bcac6c099f |
2 changed files with 12 additions and 0 deletions
1
.gitignore
vendored
Normal file
1
.gitignore
vendored
Normal file
|
@ -0,0 +1 @@
|
||||||
|
.dotfiles
|
11
README.md
11
README.md
|
@ -1,2 +1,13 @@
|
||||||
# dotfiles
|
# dotfiles
|
||||||
|
|
||||||
|
## Quickstart
|
||||||
|
|
||||||
|
```console
|
||||||
|
$ git clone --bare git@git.ivnglkv.me:root/dotfiles.git $HOME/.dotfiles
|
||||||
|
$ alias dotfiles='/usr/bin/git --git-dir=$HOME/.dotfiles/ --work-tree=$HOME'
|
||||||
|
$ dotfiles checkout
|
||||||
|
$ dotfiles config --local status.showUntrackedFiles no
|
||||||
|
$ cd .local/share/dotfiles
|
||||||
|
$ poetry run ansible-playbook -i inventory.ini --ask-become-pass install_dev_tools.yml
|
||||||
|
```
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue