Switch config to trizen, fix typo
This commit is contained in:
@@ -29,7 +29,7 @@ Boot config:
|
|||||||
$ vim /boot/loader/entries/arch.conf
|
$ vim /boot/loader/entries/arch.conf
|
||||||
title Arch Linux
|
title Arch Linux
|
||||||
linux /vmlinuz-linux
|
linux /vmlinuz-linux
|
||||||
inird /intel-ucode.img
|
initrd /intel-ucode.img
|
||||||
initrd /initramfs-linux.img
|
initrd /initramfs-linux.img
|
||||||
options root=PARTUUID=<uuid> rw
|
options root=PARTUUID=<uuid> rw
|
||||||
```
|
```
|
||||||
@@ -54,20 +54,13 @@ $ passwd <username>
|
|||||||
```
|
```
|
||||||
Installing pacaur:
|
Installing pacaur:
|
||||||
```sh
|
```sh
|
||||||
$ gpg --recv-keys <pubkey>
|
$ git clone https://aur.archlinux.org/trizen.git
|
||||||
|
$ cd trizen
|
||||||
$ git clone cower
|
|
||||||
$ cd cower
|
|
||||||
$ makepkg -si
|
$ makepkg -si
|
||||||
$ cd ..
|
$ cd ..
|
||||||
|
|
||||||
$ git clone pacaur
|
$ trizen -S trizen
|
||||||
$ cd pacaur
|
$ rm -rf trizen
|
||||||
$ makepkg -si
|
|
||||||
$ cd ..
|
|
||||||
|
|
||||||
$ pacaur -S cower pacaur
|
|
||||||
$ rm -rf cower pacaur
|
|
||||||
```
|
```
|
||||||
Switch shell to zsh:
|
Switch shell to zsh:
|
||||||
```sh
|
```sh
|
||||||
|
|||||||
Reference in New Issue
Block a user