Add docker
This commit is contained in:
parent
03f0942f86
commit
604243d00f
2 changed files with 8 additions and 1 deletions
5
arch.sh
5
arch.sh
|
@ -296,6 +296,11 @@ then
|
|||
# === Manual color ==
|
||||
fish -c "set -Ux MANPAGER \"sh -c 'col -bx | bat -l man -p'\""
|
||||
|
||||
# === Docker ==
|
||||
systemctl enable docker.service
|
||||
systemctl start docker.service
|
||||
usermod -aG docker "$USER"
|
||||
|
||||
# === Unused icons ==
|
||||
apps=("fish" "cmake-gui" "com.github.hluk.copyq" "org.gnome.Totem" "electron17" "org.gnome.Evince" "avahi-discover" "bssh" "bvnc" "org.flameshot.Flameshot" "org.fontforge.FontForge" "lstopo" "htop" "micro" "qv4l2" "qvidcap" "x11-emoji-picker" "xdvi")
|
||||
for app in "${apps[@]}"
|
||||
|
|
|
@ -101,7 +101,9 @@
|
|||
"networkmanager-openvpn",
|
||||
"man-pages-fr",
|
||||
"s-tui",
|
||||
"neofetch"
|
||||
"neofetch",
|
||||
"docker",
|
||||
"docker-compose"
|
||||
],
|
||||
"plugin": null,
|
||||
"profile": {
|
||||
|
|
Loading…
Reference in a new issue