docs: improve

This commit is contained in:
Inhji 2022-12-20 07:28:55 +01:00
parent 75bf9f8215
commit 988d503018
2 changed files with 15 additions and 4 deletions

View File

@ -15,20 +15,29 @@ pacman -S fish git curl
# Do the dance
git clone https://git.inhji.de/inhji/dotfiles.git .dotfiles
~/.dotfiles/install
chsh -s /usr/bin/fish
# Normal desktop
~/.dotfiles/install
# If installing on MNT Reform
~/.dotfiles/install -c install-reform.conf.yaml
# If installing on a headless server
git clone https://git.inhji.de/inhji/dotfiles.git .dotfiles
~/.dotfiles/install -c install-headless.conf.yaml
# Switch shells
chsh -s /usr/bin/fish
```
Install fisher
----------------
```
```bash
# Debian/Ubuntu
curl -sL https://git.io/fisher | source && fisher install jorgebucaran/fisher
# Arch Linux
yay -S fisher
# Now install plugins
fisher install pure-fish/pure
fisher install jethrokuan/z
```

View File

@ -0,0 +1,2 @@
# Postinstall for MNT Reform