Compare commits
1 commit
6040cac5f8
...
0ae4559b0b
Author | SHA1 | Date | |
---|---|---|---|
0ae4559b0b |
1 changed files with 9 additions and 7 deletions
16
README.md
16
README.md
|
@ -1,22 +1,24 @@
|
||||||
# dotfiles
|
# dotfiles
|
||||||
|
|
||||||
## 1. set the fqdn:
|
## steps
|
||||||
|
|
||||||
|
### 1. set the fqdn (this is necessary for some of the host-specific chezmoi config):
|
||||||
|
|
||||||
```bash
|
```bash
|
||||||
# macos-specific commands
|
# macos
|
||||||
sudo scutil --set HostName $MY_HOSTNAME.local
|
sudo scutil --set HostName $MY_HOSTNAME.local
|
||||||
sudo scutil --set LocalHostName $MY_HOSTNAME
|
sudo scutil --set LocalHostName $MY_HOSTNAME
|
||||||
sudo scutil --set ComputerName $MY_HOSTNAME
|
sudo scutil --set ComputerName $MY_HOSTNAME
|
||||||
dscacheutil -flushcache
|
dscacheutil -flushcache
|
||||||
```
|
```
|
||||||
|
|
||||||
## 2. reboot
|
### 2. reboot
|
||||||
|
|
||||||
## 3. install https://typeof.net/Iosevka/
|
### 3. install https://typeof.net/Iosevka/
|
||||||
|
|
||||||
## 4. install `age` private key from password manager into `~/.key.txt`
|
### 4. install `age` private key from password manager into `~/.key.txt`
|
||||||
|
|
||||||
## 5. bootstrap chezmoi:
|
### 5. bootstrap chezmoi:
|
||||||
|
|
||||||
```bash
|
```bash
|
||||||
sh -c "$(curl -fsLS get.chezmoi.io)" -- \
|
sh -c "$(curl -fsLS get.chezmoi.io)" -- \
|
||||||
|
@ -26,4 +28,4 @@ sh -c "$(curl -fsLS get.chezmoi.io)" -- \
|
||||||
--guess-repo-url=false
|
--guess-repo-url=false
|
||||||
```
|
```
|
||||||
|
|
||||||
## 6. restart shell
|
### 6. restart shell
|
||||||
|
|
Loading…
Add table
Reference in a new issue