1
0
Fork 0

Update dot_config/i3/config

Update run_once_prepare_arch.sh.tmpl
This commit is contained in:
Florian RICHER 2022-05-06 23:43:03 +02:00
parent 68b1b89bf9
commit ba097bfa26
2 changed files with 4 additions and 3 deletions

View file

@ -1,4 +1,5 @@
{{ if eq .chezmoi.osRelease.idLike "arch" }}
#!/bin/bash
sudo pacman -S picom i3-gaps polybar dunst dmenu i3lock bluez-tools tmux feh yay --noconfirm
# All requirements for i3
sudo pacman -S picom i3-gaps polybar dunst dmenu i3lock bluez-tools tmux feh dex yay xss-lock network-manager-applet --noconfirm
{{ end }}