Add dot_tmux.conf
Update run_once_prepare_arch.sh.tmpl
This commit is contained in:
parent
f831de7e89
commit
c96724b1c0
2 changed files with 185 additions and 1 deletions
|
@ -1,5 +1,8 @@
|
|||
{{ if eq .chezmoi.osRelease.idLike "arch" }}
|
||||
#!/bin/bash
|
||||
# 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 playerctl alacritty --noconfirm
|
||||
sudo pacman -S picom i3-gaps polybar dunst dmenu i3lock bluez-tools tmux feh dex yay xss-lock network-manager-applet playerctl alacritty git --noconfirm
|
||||
|
||||
git clone https://github.com/tmux-plugins/tpm ~/.tmux/plugins/tpm
|
||||
|
||||
{{ end }}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue