aur packages only in default installation
This commit is contained in:
parent
785213ac7c
commit
3cbb893ee3
|
|
@ -48,12 +48,13 @@ cd "$AURHELPER" || exit 0
|
||||||
makepkg -si --noconfirm
|
makepkg -si --noconfirm
|
||||||
cd ~ || exit 0
|
cd ~ || exit 0
|
||||||
|
|
||||||
|
|
||||||
|
if [[ "$LAYOUT" -eq 1 ]]; then
|
||||||
while IFS= read -r LINE; do
|
while IFS= read -r LINE; do
|
||||||
echo "INSTALLING: $LINE"
|
echo "INSTALLING: $LINE"
|
||||||
install_aur "$LINE"
|
install_aur "$LINE"
|
||||||
done <~/ArchTitus/pkg-files/aur-pkgs.txt
|
done <~/ArchTitus/pkg-files/aur-pkgs.txt
|
||||||
|
|
||||||
if [[ "$LAYOUT" -eq 1 ]]; then
|
|
||||||
touch "$HOME/.cache/zshhistory"
|
touch "$HOME/.cache/zshhistory"
|
||||||
git clone "https://github.com/ChrisTitusTech/zsh"
|
git clone "https://github.com/ChrisTitusTech/zsh"
|
||||||
git clone --depth=1 "https://github.com/romkatv/powerlevel10k.git" "$HOME"/powerlevel10k
|
git clone --depth=1 "https://github.com/romkatv/powerlevel10k.git" "$HOME"/powerlevel10k
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue