Skip to content

Commit

Permalink
first update after comparing with xfce
Browse files Browse the repository at this point in the history
  • Loading branch information
erikdubois committed Sep 4, 2018
1 parent f2132e6 commit f10dfe4
Show file tree
Hide file tree
Showing 102 changed files with 3,699 additions and 2,425 deletions.
2 changes: 1 addition & 1 deletion 130-install-printers-v3.sh
Expand Up @@ -16,7 +16,7 @@ set -e

sudo pacman -S --noconfirm --needed cups cups-pdf

#first try if you can print without footmatic
#first try if you can print without foomatic
#sudo pacman -S foomatic-db-engine --noconfirm --needed
#sudo pacman -S foomatic-db foomatic-db-ppds foomatic-db-nonfree-ppds foomatic-db-gutenprint-ppds --noconfirm --needed
sudo pacman -S ghostscript gsfonts gutenprint --noconfirm --needed
Expand Down
4 changes: 3 additions & 1 deletion 200-software-arch-linux-repo-v2.sh
Expand Up @@ -91,9 +91,10 @@ echo "Installing category Other"

echo "Installing category System"

sudo pacman -S --noconfirm --needed arc-gtk-theme
#sudo pacman -S --noconfirm --needed archey3
sudo pacman -S --noconfirm --needed baobab
sudo pacman -S --noconfirm --needed bleachbit
#sudo pacman -S --noconfirm --needed bleachbit
sudo pacman -S --noconfirm --needed curl
sudo pacman -S --noconfirm --needed dconf-editor
sudo pacman -S --noconfirm --needed dmidecode
Expand Down Expand Up @@ -151,6 +152,7 @@ sudo pacman -S --noconfirm --needed unace unrar zip unzip sharutils uudeview a

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


echo "################################################################"
echo "#### Software from standard Arch Linux Repo installed #########"
echo "################################################################"
27 changes: 4 additions & 23 deletions 300-software-AUR-repo-v1.sh
@@ -1,5 +1,5 @@
#!/bin/bash
#set -e
set -e
##################################################################################################################
# Author : Erik Dubois
# Website : https://www.erikdubois.be
Expand All @@ -23,16 +23,13 @@

echo "Installing category Accessories"

#sh AUR/install-caffeine-ng-v*.sh
sh AUR/install-conky-lua-archers-v*.sh
#sh AUR/install-cool-retro-term-v*.sh
sh AUR/install-discord-v*.sh
sh AUR/install-cool-retro-term-v*.sh
sh AUR/install-mintstick-git-v*.sh
sh AUR/install-temps-v*.sh

echo "Installing category Development"

#sh AUR/install-brackets-v*.sh
sh AUR/install-sublime-text-v*.sh

echo "Installing category Education"
Expand All @@ -43,22 +40,17 @@ echo "Installing category Games"

echo "Installing category Graphics"

#sh AUR/install-font-manager-v*.sh

echo "Installing category Internet"

sh AUR/install-dropbox-v*.sh
sh AUR/install-insync-v*.sh
#sh AUR/install-skypeforlinux-stable-bin-v*.sh
sh AUR/install-vivaldi-v*.sh
sh AUR/install-vivaldi-and-ffmeg-codecs-v*.sh


echo "Installing category Multimedia"

sh AUR/install-gradio-v*.sh
sh AUR/install-peek-v*.sh
sh AUR/install-radiotray-v*.sh
sh AUR/install-spotify-v*.sh


echo "Installing category Office"
Expand All @@ -69,10 +61,7 @@ echo "Installing category Other"

echo "Installing category System"

sh AUR/install-arc-gtk-theme-git-v*.sh
#sh AUR/install-conky-aureola-v*.sh
sh AUR/install-downgrade-v*.sh
#sh AUR/install-grub-customizer-v*.sh
sh AUR/install-inxi-v*.sh
sh AUR/install-neofetch-v*.sh
sh AUR/install-numix-circle-icon-theme-git-v*.sh
Expand All @@ -83,20 +72,12 @@ sh AUR/install-sardi-icons-v*.sh
sh AUR/install-sardi-extra-icons-v*.sh
sh AUR/install-screenkey-v*.sh
sh AUR/install-surfn-icons-git-v*.sh
#sh AUR/install-tamzen-font-git-v*.sh
sh AUR/install-ttf-font-awesome-v*.sh
sh AUR/install-ttf-mac-fonts-v*.sh
sh AUR/install-virtualbox-for-linux-v*.sh
sh AUR/install-xcursor-breeze-v*.sh

#Other possibilities
#sh AUR/install-canon-mg7750-v*.sh
#sh AUR/install-pacli-v*.sh
#sh AUR/install-teamviewer-v*.sh
#sh AUR/install-virtualbox-for-linux-lts-kernel-v*.sh


# these come last always
# these come always last

sh AUR/install-hardcode-fixer-git-v*.sh
sudo hardcode-fixer
Expand Down
16 changes: 15 additions & 1 deletion 600-software-from-ArcoLinux-repo-v1.sh
Expand Up @@ -64,13 +64,27 @@ echo "#### Software from ArcoLinux Repository installed ####"
echo "################################################################"
echo

echo "################################################################"
echo "#### Software from ArcoLinux 3party Repository installed ####"
echo "################################################################"
echo

sudo pacman -S --noconfirm --needed discord
sudo pacman -S --noconfirm --needed dropbox
sudo pacman -S --noconfirm --needed insync
sudo pacman -S --noconfirm --needed spotify

echo "################################################################"
echo "#### Software from ArcoLinux 3party Repository installed ####"
echo "################################################################"
echo

echo "################################################################"
echo "Copying all files and folders from /etc/skel to ~"
echo "################################################################"
echo
cp -rT /etc/skel ~


echo "################################################################"
echo "removing all folders and files unnecessary for this dekstop from .config"
echo "################################################################"
Expand Down
26 changes: 24 additions & 2 deletions 700-installing-fonts-v1.sh → 700-installing-fonts-v2.sh
Expand Up @@ -13,7 +13,7 @@ set -e
#
##################################################################################################################

echo "Installing fonts"
echo "Installing fonts from Arch Linux repo"

sudo pacman -S adobe-source-sans-pro-fonts --noconfirm --needed
sudo pacman -S cantarell-fonts --noconfirm --needed
Expand All @@ -29,5 +29,27 @@ sudo pacman -S ttf-ubuntu-font-family --noconfirm --needed
sudo pacman -S tamsyn-font --noconfirm --needed

echo "################################################################"
echo "#### Fonts have been installed ####"
echo "#### Fonts from Arch Linux repo have been installed ####"
echo "################################################################"


echo "################################################################"
echo "#### Installing fonts for conkies ####"
echo "################################################################"

[ -d $HOME"/.fonts" ] || mkdir -p $HOME"/.fonts"


echo "Copy fonts to .fonts"

cp Personal/settings/fonts/* ~/.fonts/

echo "Building new fonts into the cache files";
echo "Depending on the number of fonts, this may take a while..."
fc-cache -fv ~/.fonts



echo "################################################################"
echo "######### Fonts have been copied and loaded ################"
echo "################################################################"
32 changes: 0 additions & 32 deletions 710-install-all-fonts-needed-for-conkys-of-arcolinux-v1.sh

This file was deleted.

1 change: 1 addition & 0 deletions 900-fix-microcode-error-v1.sh
Expand Up @@ -15,6 +15,7 @@ set -e

# [ 0.000000] [Firmware Bug]: TSC_DEADLINE disabled due to Errata; please update microcode to version: 0x52 (or later)

echo "Run this if you see an error in your bootup screen or dmesg about microcode"

sudo pacman -S intel-ucode --noconfirm
sudo grub-mkconfig -o /boot/grub/grub.cfg
Expand Down
46 changes: 33 additions & 13 deletions AUR-DS/install-gtk2-perl-v1.sh
Expand Up @@ -20,42 +20,62 @@ package="gtk2-perl"
#checking if application is already installed or else install with aur helpers
if pacman -Qi $package &> /dev/null; then

echo "################################################################"
echo "################## "$package" is already installed"
echo "################################################################"
echo "################################################################"
echo "################## "$package" is already installed"
echo "################################################################"

else

#checking which helper is installed
if pacman -Qi yaourt &> /dev/null; then
if pacman -Qi yay &> /dev/null; then

echo "Installing with yaourt"
echo "################################################################"
echo "######### Installing with yay"
echo "################################################################"
yay -S --noconfirm $package

elif pacman -Qi trizen &> /dev/null; then

echo "################################################################"
echo "######### Installing with trizen"
echo "################################################################"
trizen -S --noconfirm --needed --noedit $package

elif pacman -Qi yaourt &> /dev/null; then

echo "################################################################"
echo "######### Installing with yaourt"
echo "################################################################"
yaourt -S --noconfirm $package

elif pacman -Qi pacaur &> /dev/null; then

echo "Installing with pacaur"
echo "################################################################"
echo "######### Installing with pacaur"
echo "################################################################"
pacaur -S --noconfirm --noedit $package

elif pacman -Qi packer &> /dev/null; then

echo "Installing with packer"
echo "################################################################"
echo "######### Installing with packer"
echo "################################################################"
packer -S --noconfirm --noedit $package

fi

# Just checking if installation was successful
if pacman -Qi $package &> /dev/null; then

echo "################################################################"
echo "######### "$package" has been installed"
echo "################################################################"
echo "################################################################"
echo "######### "$package" has been installed"
echo "################################################################"

else

echo "!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!"
echo "!!!!!!!!! "$package" has NOT been installed"
echo "!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!"
echo "!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!"
echo "!!!!!!!!! "$package" has NOT been installed"
echo "!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!"

fi

Expand Down
46 changes: 33 additions & 13 deletions AUR-DS/install-perl-linux-desktopfiles-v1.sh
Expand Up @@ -20,42 +20,62 @@ package="perl-linux-desktopfiles"
#checking if application is already installed or else install with aur helpers
if pacman -Qi $package &> /dev/null; then

echo "################################################################"
echo "################## "$package" is already installed"
echo "################################################################"
echo "################################################################"
echo "################## "$package" is already installed"
echo "################################################################"

else

#checking which helper is installed
if pacman -Qi yaourt &> /dev/null; then
if pacman -Qi yay &> /dev/null; then

echo "Installing with yaourt"
echo "################################################################"
echo "######### Installing with yay"
echo "################################################################"
yay -S --noconfirm $package

elif pacman -Qi trizen &> /dev/null; then

echo "################################################################"
echo "######### Installing with trizen"
echo "################################################################"
trizen -S --noconfirm --needed --noedit $package

elif pacman -Qi yaourt &> /dev/null; then

echo "################################################################"
echo "######### Installing with yaourt"
echo "################################################################"
yaourt -S --noconfirm $package

elif pacman -Qi pacaur &> /dev/null; then

echo "Installing with pacaur"
echo "################################################################"
echo "######### Installing with pacaur"
echo "################################################################"
pacaur -S --noconfirm --noedit $package

elif pacman -Qi packer &> /dev/null; then

echo "Installing with packer"
echo "################################################################"
echo "######### Installing with packer"
echo "################################################################"
packer -S --noconfirm --noedit $package

fi

# Just checking if installation was successful
if pacman -Qi $package &> /dev/null; then

echo "################################################################"
echo "######### "$package" has been installed"
echo "################################################################"
echo "################################################################"
echo "######### "$package" has been installed"
echo "################################################################"

else

echo "!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!"
echo "!!!!!!!!! "$package" has NOT been installed"
echo "!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!"
echo "!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!"
echo "!!!!!!!!! "$package" has NOT been installed"
echo "!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!"

fi

Expand Down

0 comments on commit f10dfe4

Please sign in to comment.