From 272fb3d047bd45c732c5334d6c00d22af21d6a52 Mon Sep 17 00:00:00 2001 From: DoTheEvolution Date: Thu, 21 May 2020 13:49:08 +0200 Subject: [PATCH] update --- arch_linux_host_install/readme.md | 25 +++++++++++++++---------- 1 file changed, 15 insertions(+), 10 deletions(-) diff --git a/arch_linux_host_install/readme.md b/arch_linux_host_install/readme.md index 0174efb..b5b4653 100644 --- a/arch_linux_host_install/readme.md +++ b/arch_linux_host_install/readme.md @@ -117,7 +117,7 @@ So if theres boot menu option choose non-uefi. * reboot
`reboot` -# SSH, ZSH, Docker, AUR +# SSH, Docker, ZSH, AUR From now on its login as non-root user. @@ -133,6 +133,17 @@ From now on its login as non-root user. * enable sshd service
`sudo systemctl enable --now sshd` +### 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
+ `sudo systemctl enable --now docker` +* add non-root user to the docker group
+ `sudo gpasswd -a bastard docker` + ### ZSH shell [wiki](https://wiki.archlinux.org/index.php/zsh) @@ -164,16 +175,10 @@ it's the fastest zsh framework and out of the box setup nicely bindkey "^f" add_sudo ``` -### Setup docker +##### ZSH docker autocomplete -[Wiki](https://wiki.archlinux.org/index.php/docker) - -* have `docker` and `docker-compose` packages installed
- `sudo pacman -S docker docker-compose` -* enable docker service
- `sudo systemctl enable --now docker` -* add non-root user to the docker group
- `sudo gpasswd -a bastard docker` +[Here](https://docs.docker.com/compose/completion/#zsh). +For zim it's "Without oh-my-zsh shell" section. ### Access to AUR