misc qol
This commit is contained in:
parent
6f1f912ac5
commit
d20996f16a
3 changed files with 17 additions and 4 deletions
16
README.md
16
README.md
|
@ -1,11 +1,23 @@
|
|||
# dotfiles
|
||||
|
||||
on debian machines, first set the fqdn:
|
||||
on debian machines, set the fqdn (this is necessary for some of the host-specific chezmoi config):
|
||||
|
||||
```bash
|
||||
sudo hostnamectl set-hostname $MY_HOSTNAME.local
|
||||
```
|
||||
|
||||
set the shell:
|
||||
|
||||
```bash
|
||||
sh -c "$(curl -fsLS get.chezmoi.io)" -- init ssh://git@pingo.thermokar.st/dotfiles --apply --guess-repo-url=false
|
||||
chsh -s $(which zsh)
|
||||
```
|
||||
|
||||
bootstrap chezmoi:
|
||||
|
||||
```bash
|
||||
sh -c "$(curl -fsLS get.chezmoi.io)" -- \
|
||||
init \
|
||||
git://pingo.thermokar.st/dotfiles \
|
||||
--apply \
|
||||
--guess-repo-url=false
|
||||
```
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue