move aur programs list to separate file
parent
470e26ab99
commit
dc3defb34b
|
@ -2,28 +2,9 @@
|
||||||
|
|
||||||
YAY_INSTALL_DIR="$HOME/.local/src/yay"
|
YAY_INSTALL_DIR="$HOME/.local/src/yay"
|
||||||
|
|
||||||
aurprogs="mutt-wizard
|
[ -z "$AUR_PROGS_FILE" ] && AUR_PROGS_FILE="$PWD/aur-programs.list"
|
||||||
htim
|
|
||||||
jmtpfs
|
aurprogs="$(cat "$AUR_PROGS_FILE")"
|
||||||
tremc-git
|
|
||||||
dashbinsh
|
|
||||||
pfetch
|
|
||||||
sysrq-enabler
|
|
||||||
wlr-randr
|
|
||||||
sfeed
|
|
||||||
waylogout-git
|
|
||||||
ani-cli-git
|
|
||||||
connman-gtk
|
|
||||||
shell-color-scripts
|
|
||||||
lf-sixel-git
|
|
||||||
nerd-fonts-mononoki
|
|
||||||
autotiling
|
|
||||||
cli-visualizer
|
|
||||||
wob
|
|
||||||
wayland-idle-inhibitor-git
|
|
||||||
tofi
|
|
||||||
sway-audio-idle-inhibit-git
|
|
||||||
shellcheck-bin"
|
|
||||||
|
|
||||||
sudo pacman -S base-devel fakeroot
|
sudo pacman -S base-devel fakeroot
|
||||||
|
|
||||||
|
|
|
@ -0,0 +1,21 @@
|
||||||
|
mutt-wizard
|
||||||
|
htim
|
||||||
|
jmtpfs
|
||||||
|
tremc-git
|
||||||
|
dashbinsh
|
||||||
|
pfetch
|
||||||
|
sysrq-enabler
|
||||||
|
wlr-randr
|
||||||
|
sfeed
|
||||||
|
waylogout-git
|
||||||
|
ani-cli-git
|
||||||
|
connman-gtk
|
||||||
|
shell-color-scripts
|
||||||
|
lf-sixel-git
|
||||||
|
nerd-fonts-mononoki
|
||||||
|
autotiling
|
||||||
|
cli-visualizer
|
||||||
|
wob
|
||||||
|
tofi
|
||||||
|
sway-audio-idle-inhibit-git
|
||||||
|
shellcheck-bin
|
Loading…
Reference in New Issue