detail setting debian hostname
This commit is contained in:
parent
b4c2428833
commit
6f1f912ac5
2 changed files with 9 additions and 3 deletions
|
@ -1,5 +1,11 @@
|
|||
# dotfiles
|
||||
|
||||
on debian machines, first set the fqdn:
|
||||
|
||||
```bash
|
||||
chezmoi init ssh://git@pingo.thermokar.st/dotfiles --apply --guess-repo-url=false
|
||||
sudo hostnamectl set-hostname $MY_HOSTNAME.local
|
||||
```
|
||||
|
||||
```bash
|
||||
sh -c "$(curl -fsLS get.chezmoi.io)" -- init ssh://git@pingo.thermokar.st/dotfiles --apply --guess-repo-url=false
|
||||
```
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue