From 425d35f3667547294b4549a03d409c30a468e6c9 Mon Sep 17 00:00:00 2001 From: DoTheEvolution Date: Sat, 9 May 2020 17:22:04 +0200 Subject: [PATCH] update --- arch_linux_host_install/readme.md | 12 +++++++----- 1 file changed, 7 insertions(+), 5 deletions(-) diff --git a/arch_linux_host_install/readme.md b/arch_linux_host_install/readme.md index 62090ff..b253d0d 100644 --- a/arch_linux_host_install/readme.md +++ b/arch_linux_host_install/readme.md @@ -28,7 +28,7 @@ Google for plenty of tutorials and youtube videos alongside arch wiki. # Make installation usb -* [wiki](https://wiki.archlinux.org/index.php/USB_flash_installation_media) +[wiki](https://wiki.archlinux.org/index.php/USB_flash_installation_media) `sudo dd bs=4M if=archlinux-2020.05.01-x86_64.iso of=/dev/sdX status=progress oflag=direct` @@ -73,7 +73,7 @@ So if theres boot menu option choose non-uefi. * add new user and set their password
`useradd -m -G wheel bastard`
`passwd bastard` -* edit sudoers to allow users group wheel to sudo
+* edit sudoers to allow users of the group wheel to sudo
`EDITOR=nano visudo`
*%wheel ALL=(ALL) ALL* * check the network interface name
@@ -123,13 +123,15 @@ From now on its login as non-root user. I like [Zim](https://github.com/zimfw/zimfw), it's the fastest zsh framework and out of the box setup nicely -* install zsh package
- `sudo pacman -S zsh` +* install zsh and curl packages
+ `sudo pacman -S zsh curl` * install zim, it changes users default shell to zsh
`curl -fsSL https://raw.githubusercontent.com/zimfw/install/master/install.zsh | zsh` ### Setup docker +[Wiki](https://wiki.archlinux.org/index.php/docker) + * have `docker` and `docker-compose` packages installed
`sudo pacman -S docker docker-compose` * enable docker service
@@ -140,7 +142,7 @@ it's the fastest zsh framework and out of the box setup nicely ### Extra stuff -* `sudo pacman -S vim git cronie curl borg htop lm_sensors nnn bind-tools python-llfuse` +* `sudo pacman -S vim git cronie curl htop lm_sensors nnn bind-tools borg python-llfuse` * install yay for access to AUR packages
`git clone https://aur.archlinux.org/yay-bin.git`
`cd yay-bin && makepkg -si`