end of line fix

This commit is contained in:
2022-02-14 20:47:36 +01:00
parent 4f81012725
commit e0e26d4488
6 changed files with 47 additions and 9 deletions

View File

@@ -4,14 +4,26 @@ cd ~/bspwm-install-ma-dte
# Do, mkdir, copy, copy, echo files.
. ~/bspwm-install-ma-dte/install-scripts/mkdir-cp-git-chmod-echo-files.sh
# Not for production version
read -p "Troubleshooting - Press a key to continue the installation."
# Add Software & Packages.
. ~/bspwm-install-ma-dte/install-scripts/apt-install-core-packages.sh
# Not for production version
read -p "Troubleshooting - Press a key to continue the installation."
# Add Pulseaudio to system startup as user.
systemctl --user enable pulseaudio
# Not for production version
read -p "Troubleshooting - Press a key to continue the installation."
# Last Software & Packages.
. ~/bspwm-install-ma-dte/install-scripts/apt-install-software-last-packages.sh
# Not for production version
read -p "Troubleshooting - Press a key to continue the installation."
# Last step setup menu installing.
#. ~/bspwm-install-ma-dte/last-step-setup-menu.sh

View File

@@ -19,6 +19,9 @@ echo "Enter your user password, to continue if necessary"
# Core packages to be installed
sudo apt install -y xorg x11-xserver-utils arandr autorandr dialog bspwm sxhkd sddm picom polybar xautolock xsecurelock network-manager git kitty psmisc rofi pcmanfm tlp font-manager gvfs-backends nitrogen dunst cups smbclient lxpolkit xbacklight lxappearance htop mc xarchiver pulseaudio pulsemixer moc mpv npm cava curl tmux imagemagick feh sxiv scrot flameshot firefox-esr numlockx ranger neovim notify-osd neofetch flatpak timeshift rename gparted
# Not for production version
read -p "Troubleshooting - Press a key to continue the installation."
# Google Chrome - Download + Install ON / OFF
rm google-chrome-stable_current_amd64.deb
wget https://dl.google.com/linux/direct/google-chrome-stable_current_amd64.deb

View File

@@ -18,6 +18,8 @@ sudo apt install -y wireguard wireguard-tools libreoffice libreoffice-gtk3 libre
# Maybe maybe Software & Packages ON / OFF
#sudo apt install -y
# Not for production version
read -p "Troubleshooting - Press a key to continue the installation."
# Alacritty - Building and installing ON / OFF
clear
@@ -28,4 +30,7 @@ echo " "
echo "-'-'-'-'-'-'-'-'-'-'-'-'-'-'-'-'-'-'-'-'-'-'-'-"
# Alacritty - Building and installing ON / OFF
. ~/bspwm-install-ma-dte/install-scripts/install-alacritty-debian.sh
. ~/bspwm-install-ma-dte/install-scripts/install-alacritty-debian.sh
# Not for production version
read -p "Troubleshooting - Press a key to continue the installation."

View File

@@ -18,6 +18,8 @@ sudo apt install -y notepadqq
# Maybe maybe Software & Packages ON / OFF
#sudo apt install -y wireguard wireguard-tools libreoffice libreoffice-gtk3 libreoffice-l10n-da inkscape gimp rawtherapee darktable okular scribus obs-studio freerdp2-x11 freerdp2-shadow-x11 thunar thunar-archive-plugin thunar-font-manager filezilla
# Not for production version
read -p "Troubleshooting - Press a key to continue the installation."
# Alacritty - Building and installing ON / OFF
clear
@@ -28,4 +30,7 @@ clear
#echo "-'-'-'-'-'-'-'-'-'-'-'-'-'-'-'-'-'-'-'-'-'-'-'-"
# Alacritty - Building and installing ON / OFF
#. ~/bspwm-install-ma-dte/install-scripts/install-alacritty-debian.sh
#. ~/bspwm-install-ma-dte/install-scripts/install-alacritty-debian.sh
# Not for production version
read -p "Troubleshooting - Press a key to continue the installation."

View File

@@ -11,6 +11,9 @@ echo "-'-'-'-'-'-'-'-'-'-'-'-'-'--'-'-'-'-'-'-'-'-'-'-'-'-'-'-'-'-'-"
sudo apt update && sudo apt upgrade -y
sudo apt install -y cmake cargo pkg-config libfreetype6-dev libfontconfig1-dev libxcb-xfixes0-dev libxkbcommon-dev python3
# Not for production version
#read -p "Troubleshooting - Press a key to continue the installation."
echo "-'-'-'-'-'-'-'-'-'-'-'-'-"
echo " "
echo " Create folders."
@@ -19,6 +22,9 @@ echo "-'-'-'-'-'-'-'-'-'-'-'-'-"
#mkdir ~/.config/alacritty
mkdir ~/make
# Not for production version
#read -p "Troubleshooting - Press a key to continue the installation."
echo "-'-'-'-'-'-'-'-'-'-'-'-'-"
echo " "
echo " GIT Download."
@@ -30,6 +36,9 @@ git clone https://github.com/alacritty/alacritty.git
mv alacritty ~/make/
cd ~/make/alacritty
# Not for production version
#read -p "Troubleshooting - Press a key to continue the installation."
echo "-'-'-'-'-'-'-'-'-'-'-'-"
echo " "
echo " Building."
@@ -44,7 +53,8 @@ echo " Buil DONE."
echo " "
echo "-'-'-'-'-'-'-'-'-'-'-'-"
# Not for production version
#read -p "Troubleshooting - Press a key to continue the installation."
echo "-'-'-'-'-'-'-'-'-'-'-'-'-'--'-'-'-'-'-'-'-'-'-'-'-'-'-'-'-'-'-"
echo " "
@@ -59,6 +69,9 @@ sudo cp extra/logo/alacritty-term.svg /usr/share/pixmaps/Alacritty.svg
sudo desktop-file-install extra/linux/Alacritty.desktop
sudo update-desktop-database
# Not for production version
#read -p "Troubleshooting - Press a key to continue the installation."
cd ~/bspwm-install-ma-dte
clear
echo "Alacritty Install - ALL DONE"

View File

@@ -1,7 +1,7 @@
#!/bin/bash
# Not for production version
#read -p "Troubleshooting - Press a key to continue the installation."
read -p "Troubleshooting - Press a key to continue the installation."
echo "-'-'-'-'-'-'-'-'-'-'-'-'-"
echo " "
@@ -29,7 +29,7 @@ mkdir ~/Music
# Not for production version
#read -p "Troubleshooting - Press a key to continue the installation."
read -p "Troubleshooting - Press a key to continue the installation."
#Copy files to...
echo "-'-'-'-'-'-'-'-'-'-'-'-'-"
@@ -47,7 +47,7 @@ cp -r ~/bspwm-install-ma-dte/wallpapers/* ~/wallpapers/
cp ~/bspwm-install-ma-dte/local-files/.Xresources ~/
# Not for production version
#read -p "Troubleshooting - Press a key to continue the installation."
read -p "Troubleshooting - Press a key to continue the installation."
# Echo config to files. YES / NO
echo "-'-'-'-'-'-'-'-'-'-'-'-'-'-'-'-'-'-'-'-'-'-'-'-'-"
@@ -76,7 +76,7 @@ echo "mode=5" >> ~/.config/nitrogen/bg-saved.cfg
echo "bgcolor=#191a1b" >> ~/.config/nitrogen/bg-saved.cfg
# Not for production version
#read -p "Troubleshooting - Press a key to continue the installation."
read -p "Troubleshooting - Press a key to continue the installation."
#chmod +x files.
@@ -95,7 +95,7 @@ chmod +x ~/.config/rofi/rofi-wifi-menu.sh
chmod +x ~/.config/rofi/rofi-beats.sh
# Not for production version
#read -p "Troubleshooting - Press a key to continue the installation."
read -p "Troubleshooting - Press a key to continue the installation."
#Unzip files to...
@@ -123,7 +123,7 @@ git clone https://github.com/alvatip/Nordzy-cursors ~/bspwm-install-ma-dte/theme
git clone https://github.com/PapirusDevelopmentTeam/papirus-icon-theme ~/bspwm-install-ma-dte/themes/icons/Papirus-icon-theme
# Not for production version
#read -p "Troubleshooting - Press a key to continue the installation."
read -p "Troubleshooting - Press a key to continue the installation."
#Copy Theme files...
echo "-'-'-'-'-'-'-'-'-'-'-'-'-"