Skip to content

Commit b0a898d

Browse files
committed
add note about hostname
1 parent ef7f4bb commit b0a898d

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

README.md

+1
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,7 @@ Dotfiles managed by [chezmoi](https://www.chezmoi.io/).
55
## Install & Init
66

77
```shell
8+
## SET HOSTNAME FIRST
89
adduser rvenutolo && usermod -aG sudo rvenutolo && ssh -o StrictHostKeyChecking=no rvenutolo@localhost
910
eval $(ssh-agent)
1011
sh -c "$(curl -fsLS get.chezmoi.io)" -- -b /tmp ## OR sh -c "$(wget -qO- get.chezmoi.io)" -- -b /tmp

0 commit comments

Comments
 (0)