Skip to content

Commit

Permalink
new files
Browse files Browse the repository at this point in the history
  • Loading branch information
thorrrr committed Mar 14, 2024
1 parent 0b57286 commit 24527fc
Show file tree
Hide file tree
Showing 80 changed files with 5,498 additions and 1,005 deletions.
89 changes: 71 additions & 18 deletions 0-current-choices.sh
Original file line number Diff line number Diff line change
Expand Up @@ -34,37 +34,93 @@ installed_dir=$(dirname $(readlink -f $(basename `pwd`)))
echo
tput setaf 3
echo "################################################################"
echo "Do you want to install Chadwm on your system?"
echo "Answer with Y/y or N/n"
echo "################### Intervention first"
echo "################################################################"
tput sgr0
echo

read response
sh 410-intervention*

if [[ "$response" == [yY] ]]; then
touch /tmp/install-chadwm
echo
tput setaf 3
echo "################################################################"
echo "################### Intervention done"
echo "################################################################"
tput sgr0
echo

echo
tput setaf 3
echo "################################################################"
echo "################### Installing velo/velow - development software"
echo "################################################################"
tput sgr0
echo

# when NOT on a wayland session
if [ ! -d /usr/share/wayland-sessions/ ]; then
if [ -f /usr/local/bin/velo ]; then
velo
fi
fi

# when on a wayland session
if [ -d /usr/share/wayland-sessions/ ]; then
if [ -f /usr/local/bin/velow ]; then
velow
fi
fi


if [ ! -d /usr/share/wayland-sessions/ ]; then

echo
tput setaf 3
echo "################################################################"
echo "Do you want to install Chadwm on your system?"
echo "Answer with Y/y or N/n"
echo "################################################################"
tput sgr0
echo

read response

if [[ "$response" == [yY] ]]; then
touch /tmp/install-chadwm
fi

fi

echo
tput setaf 3
echo "################################################################"
echo "################### Pacman parallel downloads to 20"
echo "################################################################"
tput sgr0
echo
echo "Pacman parallel downloads if needed -for ArcoLinux"

FIND="ParallelDownloads = 8"
REPLACE="ParallelDownloads = 20"
sudo sed -i "s/$FIND/$REPLACE/g" /etc/pacman.conf

echo
echo "Pacman parallel downloads if needed - for Arch Linux"
FIND="#ParallelDownloads = 5"
REPLACE="ParallelDownloads = 20"
sudo sed -i "s/$FIND/$REPLACE/g" /etc/pacman.conf

echo
echo "Pacman parallel downloads if needed - for EOS"
FIND="ParallelDownloads = 5"
REPLACE="ParallelDownloads = 20"
sudo sed -i "s/$FIND/$REPLACE/g" /etc/pacman.conf

echo
tput setaf 3
echo "################################################################"
echo "################### No neofetch by default"
echo "################################################################"
tput sgr0
echo

sed -i 's/^neofetch/#neofetch/' ~/.bashrc

echo
tput setaf 3
echo "################################################################"
Expand All @@ -80,18 +136,13 @@ sh 400-remove-software*
sh 100-install-nemesis-software*
sh 110-install-arcolinux-software*
sh 120-install-core-software*
#sh 130-install-leftwm*
sh 150-install-chadwm*
sh 160-install-bluetooth*
sh 170-install-cups*
sh 180-install-test-software*

sh 200-software-AUR-repo*
#sh 300-sardi-extra-icons-AUR-repo*
#sh 310-sardi-mint-y-icons-AUR-repo*
#sh 320-surfn-mint-y-icons-git-AUR-repo*

sh 500-what*
sh 500-*

echo
tput setaf 3
Expand All @@ -113,6 +164,8 @@ sh 950-*

sh 960-*

sh 969-skel*

sh 970-all*

sh 970-alci*
Expand All @@ -126,12 +179,12 @@ sh 970-garuda*
sh 970-sierra*
sh 970-biglinux*
sh 970-rebornos*
sh 970-archbang*

#has to be last - they are all Arch
sh 970-arch.sh


sh 999-skel*
sh 999-what*

tput setaf 3
echo "################################################################"
Expand Down
47 changes: 29 additions & 18 deletions 110-install-arcolinux-software.sh
Original file line number Diff line number Diff line change
Expand Up @@ -61,35 +61,47 @@ if grep -q arcolinux_repo /etc/pacman.conf; then
fi

sudo pacman -S --noconfirm --needed a-candy-beauty-icon-theme-git

sudo pacman -S --noconfirm --needed arcolinux-arc-dawn-git
sudo pacman -S --noconfirm --needed arcolinux-app-glade-git

sudo pacman -S --noconfirm --needed arcolinux-hblock-git
sudo pacman -S --noconfirm --needed arcolinux-pamac-all
sudo pacman -S --noconfirm --needed archlinux-tweak-tool-git
sudo pacman -S --noconfirm --needed arcolinux-wallpapers-git

if [ ! -f /usr/bin/startplasma-x11 ]; then
if [ ! -f /usr/share/wayland-sessions/plasma.desktop ]; then
sudo pacman -S --noconfirm --needed archlinux-logout-git
sudo pacman -S --noconfirm --needed arcolinux-arc-dawn-git
fi

###############################################################################

# when on Plasma
# when on Plasma X11

if [ -f /usr/bin/startplasma-x11 ]; then

echo
tput setaf 2
echo "################################################################"
echo "################### Plasma related applications"
echo "################### Plasma X11 related applications"
echo "################################################################"
tput sgr0
echo

sudo pacman -S --noconfirm --needed arcolinux-plasma-arc-dark-candy-git
sudo pacman -S --noconfirm --needed arcolinux-plasma-nordic-darker-candy-git
#sudo pacman -S --noconfirm --needed arcolinux-plasma-arc-dark-candy-git
#sudo pacman -S --noconfirm --needed arcolinux-plasma-nordic-darker-candy-git
#sudo pacman -S --noconfirm --needed surfn-plasma-dark-icons-git
#sudo pacman -S --noconfirm --needed surfn-plasma-light-icons-git
fi

# when on Plasma Wayland

if [ -f /usr/share/wayland-sessions/plasma.desktop ]; then

echo
tput setaf 2
echo "################################################################"
echo "################### Plasma wayland related applications"
echo "################################################################"
tput sgr0
echo
sudo pacman -S --noconfirm --needed surfn-plasma-dark-icons-git
sudo pacman -S --noconfirm --needed surfn-plasma-light-icons-git
fi
Expand All @@ -109,15 +121,6 @@ if [ -f /usr/share/xsessions/xfce.desktop ]; then

fi

echo
tput setaf 6
echo "################################################################"
echo "################### Done"
echo "################################################################"
tput sgr0
echo


if [ -f /usr/share/xsessions/cinnamon.desktop ]; then

echo
Expand All @@ -138,3 +141,11 @@ if [ -f /usr/share/xsessions/cinnamon.desktop ]; then
sudo pacman -S --noconfirm --needed xed

fi

echo
tput setaf 6
echo "################################################################"
echo "################### Done"
echo "################################################################"
tput sgr0
echo
Loading

0 comments on commit 24527fc

Please sign in to comment.