Compare commits
18 Commits
d4754e5547
...
master
Author | SHA1 | Date | |
---|---|---|---|
a931a19c87 | |||
c74296070a | |||
dc1a84cba5 | |||
d0d8f9d221 | |||
ee00077533 | |||
22f0c1036f | |||
648017c9f3 | |||
86f6dc9b68 | |||
afc357dcf7 | |||
a7ebc3ba40 | |||
24c1d834fd | |||
8037177c83 | |||
0fef597c8e | |||
3b2bb3b525 | |||
7af77e9255 | |||
31457ed6d3 | |||
77941c5ca3 | |||
dd436c4ce2 |
3
.vscode/settings.json
vendored
3
.vscode/settings.json
vendored
@@ -16,7 +16,8 @@
|
||||
"titleBar.inactiveForeground": "#e7e7e799",
|
||||
"sash.hoverBorder": "#ab307e",
|
||||
"statusBarItem.remoteBackground": "#832561",
|
||||
"statusBarItem.remoteForeground": "#e7e7e7"
|
||||
"statusBarItem.remoteForeground": "#e7e7e7",
|
||||
"commandCenter.border": "#e7e7e799"
|
||||
},
|
||||
"peacock.color": "#832561",
|
||||
"python.pythonPath": "C:\\Users\\sattler\\AppData\\Local\\Programs\\Python\\Python39\\python.exe"
|
||||
|
@@ -2,5 +2,5 @@
|
||||
|
||||
install_barrier() {
|
||||
echo "Installing barrier"
|
||||
sudo apt-get install barrier -y
|
||||
sudo apt install barrier -y
|
||||
}
|
||||
|
@@ -2,5 +2,5 @@
|
||||
|
||||
install_boxes() {
|
||||
echo "Installing gnome-boxes"
|
||||
sudo apt-get install gnome-boxes -y
|
||||
sudo apt install gnome-boxes -y
|
||||
}
|
10
common/debian/apps/brave.sh
Normal file
10
common/debian/apps/brave.sh
Normal file
@@ -0,0 +1,10 @@
|
||||
#!/bin/bash
|
||||
|
||||
install_brave() {
|
||||
echo "Installing brave-browser"
|
||||
sudo apt install apt-transport-https curl
|
||||
sudo curl -fsSLo /usr/share/keyrings/brave-browser-archive-keyring.gpg https://brave-browser-apt-release.s3.brave.com/brave-browser-archive-keyring.gpg
|
||||
echo "deb [signed-by=/usr/share/keyrings/brave-browser-archive-keyring.gpg arch=amd64] https://brave-browser-apt-release.s3.brave.com/ stable main" | sudo tee /etc/apt/sources.list.d/brave-browser-release.list
|
||||
sudo apt update
|
||||
sudo apt install brave-browser
|
||||
}
|
9
common/debian/apps/btop.sh
Normal file
9
common/debian/apps/btop.sh
Normal file
@@ -0,0 +1,9 @@
|
||||
#!/bin/bash
|
||||
|
||||
install_btop() {
|
||||
sudo apt install coreutils sed git build-essential gcc g++
|
||||
git clone https://github.com/aristocratos/btop.git
|
||||
cd btop
|
||||
sudo make
|
||||
sudo make install
|
||||
}
|
@@ -5,5 +5,5 @@ install_chrome() {
|
||||
wget https://dl.google.com/linux/direct/google-chrome-stable_current_amd64.deb
|
||||
sudo dpkg -i ./google-chrome-stable_current_amd64.deb
|
||||
rm google-chrome-stable_current_amd64.deb
|
||||
sudo apt-get install chrome-gnome-shell -y
|
||||
sudo apt install chrome-gnome-shell -y
|
||||
}
|
||||
|
12
common/debian/apps/fastfetch.sh
Normal file
12
common/debian/apps/fastfetch.sh
Normal file
@@ -0,0 +1,12 @@
|
||||
#!/bin/bash
|
||||
|
||||
install_neofetch() {
|
||||
echo "Installing fastfetch"
|
||||
sudo apt install fastfetch -y
|
||||
echo '
|
||||
if [ $USER != "root" ]; then
|
||||
echo ""
|
||||
fastfetch
|
||||
fi
|
||||
' | sudo tee -a /etc/bash.bashrc > /dev/null
|
||||
}
|
@@ -2,5 +2,5 @@
|
||||
|
||||
install_flameshot() {
|
||||
echo "Installing Flameshot"
|
||||
sudo apt-get install flameshot -y
|
||||
sudo apt install flameshot -y
|
||||
}
|
6
common/debian/apps/freerdp.sh
Normal file
6
common/debian/apps/freerdp.sh
Normal file
@@ -0,0 +1,6 @@
|
||||
#!/bin/bash
|
||||
|
||||
install_freerdp() {
|
||||
echo "Installing freerdp"
|
||||
sudo apt-get install freerdp2-x11
|
||||
}
|
@@ -2,5 +2,5 @@
|
||||
|
||||
install_geary() {
|
||||
echo "Installing geary"
|
||||
sudo apt-get install geary -y
|
||||
sudo apt install geary -y
|
||||
}
|
@@ -2,5 +2,5 @@
|
||||
|
||||
install_git() {
|
||||
echo "Installing git"
|
||||
sudo apt-get install git -y
|
||||
sudo apt install git -y
|
||||
}
|
@@ -2,7 +2,5 @@
|
||||
|
||||
install_gnome_shell() {
|
||||
echo 'Installing gnome-shell'
|
||||
if [ $1 == "chrome" ]; then
|
||||
sudo apt-get install chrome-gnome-shell -y
|
||||
fi
|
||||
sudo apt install chrome-gnome-shell -y
|
||||
}
|
||||
|
@@ -2,5 +2,5 @@
|
||||
|
||||
install_gnome_tweaks() {
|
||||
echo "Installing Gnome-Tweaks"
|
||||
sudo apt-get install gnome-tweaks -y
|
||||
sudo apt install gnome-tweaks -y
|
||||
}
|
@@ -2,5 +2,5 @@
|
||||
|
||||
install_gpick() {
|
||||
echo "Installing gpick"
|
||||
sudo apt-get install gpick -y
|
||||
sudo apt install gpick -y
|
||||
}
|
@@ -2,5 +2,5 @@
|
||||
|
||||
install_kcolorchooser() {
|
||||
echo "Installing kcolorchooser"
|
||||
sudo apt-get install kcolorchooser -y
|
||||
sudo apt install kcolorchooser -y
|
||||
}
|
@@ -2,5 +2,5 @@
|
||||
|
||||
install_keepassxc() {
|
||||
echo "Installing keepassxc"
|
||||
sudo apt-get install keepassxc -y
|
||||
sudo apt install keepassxc -y
|
||||
}
|
@@ -2,5 +2,5 @@
|
||||
|
||||
install_ncdu() {
|
||||
echo "Installing ncdu"
|
||||
sudo apt-get install ncdu -y
|
||||
sudo apt install ncdu -y
|
||||
}
|
||||
|
@@ -1,12 +1,16 @@
|
||||
#!/bin/bash
|
||||
|
||||
source $PWD/common/debian/apps/fastfetch.sh
|
||||
|
||||
# neofetch is not longer maintained
|
||||
install_neofetch() {
|
||||
echo "Installing neofetch"
|
||||
sudo apt-get install neofetch -y
|
||||
echo '
|
||||
if [ $USER != "root" ]; then
|
||||
echo ""
|
||||
neofetch
|
||||
fi
|
||||
' | sudo tee -a /etc/bash.bashrc > /dev/null
|
||||
install_fastfetch
|
||||
# echo "Installing neofetch"
|
||||
# sudo apt install neofetch -y
|
||||
# echo '
|
||||
# if [ $USER != "root" ]; then
|
||||
# echo ""
|
||||
# neofetch
|
||||
# fi
|
||||
# ' | sudo tee -a /etc/bash.bashrc > /dev/null
|
||||
}
|
||||
|
@@ -3,6 +3,6 @@
|
||||
install_nextcloud() {
|
||||
echo "Installing Nextcloud client"
|
||||
sudo add-apt-repository ppa:nextcloud-devs/client
|
||||
sudo apt-get update
|
||||
sudo apt-get install nextcloud-client -y
|
||||
sudo apt update
|
||||
sudo apt install nextcloud-client -y
|
||||
}
|
@@ -2,5 +2,5 @@
|
||||
|
||||
install_signal() {
|
||||
echo "Installing signal-desktop "
|
||||
sudo apt-get install signal-desktop -y
|
||||
sudo apt install signal-desktop -y
|
||||
}
|
@@ -2,5 +2,5 @@
|
||||
|
||||
install_stacer() {
|
||||
echo "Installing Stacer"
|
||||
sudo apt-get install stacer -y
|
||||
sudo apt install stacer -y
|
||||
}
|
@@ -3,9 +3,9 @@
|
||||
install_sublime_text() {
|
||||
echo "Installing sublime-text"
|
||||
wget -qO - https://download.sublimetext.com/sublimehq-pub.gpg | sudo apt-key add -
|
||||
sudo apt-get install apt-transport-https -y
|
||||
sudo apt install apt-transport-https -y
|
||||
sudo add-apt-repository "deb https://download.sublimetext.com/ apt/stable/"
|
||||
|
||||
sudo apt-get update
|
||||
sudo apt-get install sublime-text -y
|
||||
sudo apt update
|
||||
sudo apt install sublime-text -y
|
||||
}
|
@@ -3,6 +3,6 @@
|
||||
install_timeshift() {
|
||||
echo "Installing Timeshift"
|
||||
sudo add-apt-repository -y ppa:teejee2008/ppa
|
||||
sudo apt-get update -y
|
||||
sudo apt-get install timeshift -y
|
||||
sudo apt update -y
|
||||
sudo apt install timeshift -y
|
||||
}
|
||||
|
@@ -2,5 +2,5 @@
|
||||
|
||||
install_trash_cli() {
|
||||
echo "Installing trash-cli"
|
||||
sudo apt-get install trash-cli -y
|
||||
sudo apt install trash-cli -y
|
||||
}
|
@@ -3,6 +3,6 @@
|
||||
install_ulauncher() {
|
||||
echo "Installing Ulauncher"
|
||||
sudo add-apt-repository ppa:agornostal/ulauncher
|
||||
sudo apt-get update -y
|
||||
sudo apt-get install ulauncher -y
|
||||
sudo apt update -y
|
||||
sudo apt install ulauncher -y
|
||||
}
|
||||
|
@@ -4,6 +4,6 @@ install_vscode() {
|
||||
echo "Installing VS Code"
|
||||
curl -sSL https://packages.microsoft.com/keys/microsoft.asc | sudo apt-key add -
|
||||
sudo add-apt-repository "deb [arch=amd64] https://packages.microsoft.com/repos/vscode stable main"
|
||||
sudo apt-get update
|
||||
sudo apt-get install code -y
|
||||
sudo apt update
|
||||
sudo apt install code -y
|
||||
}
|
@@ -1,7 +1,7 @@
|
||||
#!/bin/bash
|
||||
|
||||
source $PWD/common/scripts/first_install.sh
|
||||
source $PWD/common/scripts/update.sh
|
||||
source $PWD/common/debian/scripts/first_install.sh
|
||||
source $PWD/common/debian/scripts/update.sh
|
||||
|
||||
first_install
|
||||
update
|
||||
|
@@ -2,5 +2,5 @@
|
||||
|
||||
first_install() {
|
||||
echo 'Installing useful apps'
|
||||
apt-get install net-tools dnsutils nano htop iftop tree zip unzip curl wget sudo -y
|
||||
apt install net-tools dnsutils nano htop iftop tree zip unzip curl wget git sudo sshpass -y
|
||||
}
|
||||
|
@@ -2,9 +2,9 @@
|
||||
|
||||
update() {
|
||||
echo 'Starting update:'
|
||||
sudo apt-get update -y
|
||||
sudo apt update -y
|
||||
echo 'Starting upgrade:'
|
||||
sudo apt-get upgrade -y
|
||||
sudo apt upgrade -y
|
||||
echo 'Starting dist-upgrade:'
|
||||
sudo apt-get dist-upgrade -y
|
||||
sudo apt dist-upgrade -y
|
||||
}
|
||||
|
6
common/redhat/apps/barrier.sh
Normal file
6
common/redhat/apps/barrier.sh
Normal file
@@ -0,0 +1,6 @@
|
||||
#!/bin/bash
|
||||
|
||||
install_barrier() {
|
||||
echo "Installing barrier"
|
||||
sudo dnf install barrier -y
|
||||
}
|
6
common/redhat/apps/boxes.sh
Normal file
6
common/redhat/apps/boxes.sh
Normal file
@@ -0,0 +1,6 @@
|
||||
#!/bin/bash
|
||||
|
||||
install_boxes() {
|
||||
echo "Installing gnome-boxes"
|
||||
sudo dnf install gnome-boxes -y
|
||||
}
|
9
common/redhat/apps/brave.sh
Normal file
9
common/redhat/apps/brave.sh
Normal file
@@ -0,0 +1,9 @@
|
||||
#!/bin/bash
|
||||
|
||||
install_brave() {
|
||||
echo "Installing brave-browser"
|
||||
sudo dnf install dnf-plugins-core
|
||||
sudo dnf config-manager --add-repo https://brave-browser-rpm-release.s3.brave.com/x86_64/
|
||||
sudo rpm --import https://brave-browser-rpm-release.s3.brave.com/brave-core.asc
|
||||
sudo dnf install brave-browser
|
||||
}
|
10
common/redhat/apps/btop.sh
Normal file
10
common/redhat/apps/btop.sh
Normal file
@@ -0,0 +1,10 @@
|
||||
#!/bin/bash
|
||||
|
||||
install_btop() {
|
||||
sudo dnf groupinstall 'Development Tools' -y
|
||||
sudo dnf install coreutils sed git gcc-c++ -y
|
||||
git clone https://github.com/aristocratos/btop.git
|
||||
cd btop
|
||||
sudo make
|
||||
sudo make install
|
||||
}
|
8
common/redhat/apps/chrome.sh
Normal file
8
common/redhat/apps/chrome.sh
Normal file
@@ -0,0 +1,8 @@
|
||||
#!/bin/bash
|
||||
|
||||
install_chrome() {
|
||||
echo 'Installing Google Chrome'
|
||||
sudo dnf install fedora-workstation-repositories
|
||||
sudo dnf config-manager --set-enabled google-chrome
|
||||
sudo dnf install google-chrome-stable -y
|
||||
}
|
8
common/redhat/apps/discord.sh
Normal file
8
common/redhat/apps/discord.sh
Normal file
@@ -0,0 +1,8 @@
|
||||
#!/bin/bash
|
||||
|
||||
install_discord() {
|
||||
echo 'Installing Discord'
|
||||
sudo dnf install https://download1.rpmfusion.org/nonfree/fedora/rpmfusion-nonfree-release-$(rpm -E %fedora).noarch.rpm
|
||||
sudo dnf update
|
||||
sudo dnf install discord -y
|
||||
}
|
8
common/redhat/apps/etcher.sh
Normal file
8
common/redhat/apps/etcher.sh
Normal file
@@ -0,0 +1,8 @@
|
||||
#!/bin/bash
|
||||
|
||||
install_etcher() {
|
||||
echo 'Installing Etcher'
|
||||
curl -1sLf 'https://dl.cloudsmith.io/public/balena/etcher/setup.rpm.sh' | sudo -E bash
|
||||
sudo dnf update
|
||||
sudo dnf install balena-etcher-electron -y
|
||||
}
|
6
common/redhat/apps/flameshot.sh
Normal file
6
common/redhat/apps/flameshot.sh
Normal file
@@ -0,0 +1,6 @@
|
||||
#!/bin/bash
|
||||
|
||||
install_flameshot() {
|
||||
echo "Installing Flameshot"
|
||||
sudo dnf install flameshot -y
|
||||
}
|
6
common/redhat/apps/freerdp.sh
Normal file
6
common/redhat/apps/freerdp.sh
Normal file
@@ -0,0 +1,6 @@
|
||||
#!/bin/bash
|
||||
|
||||
install_freerdp() {
|
||||
echo "Installing freerdp"
|
||||
sudo dnf-get install freerdp2-x11
|
||||
}
|
6
common/redhat/apps/geary.sh
Normal file
6
common/redhat/apps/geary.sh
Normal file
@@ -0,0 +1,6 @@
|
||||
#!/bin/bash
|
||||
|
||||
install_geary() {
|
||||
echo "Installing geary"
|
||||
sudo dnf install geary -y
|
||||
}
|
6
common/redhat/apps/git.sh
Normal file
6
common/redhat/apps/git.sh
Normal file
@@ -0,0 +1,6 @@
|
||||
#!/bin/bash
|
||||
|
||||
install_git() {
|
||||
echo "Installing git"
|
||||
sudo dnf install git -y
|
||||
}
|
6
common/redhat/apps/gnome_shell.sh
Normal file
6
common/redhat/apps/gnome_shell.sh
Normal file
@@ -0,0 +1,6 @@
|
||||
#!/bin/bash
|
||||
|
||||
install_gnome_shell() {
|
||||
echo 'Installing gnome-shell'
|
||||
sudo dnf install chrome-gnome-shell -y
|
||||
}
|
6
common/redhat/apps/gnome_tweaks.sh
Normal file
6
common/redhat/apps/gnome_tweaks.sh
Normal file
@@ -0,0 +1,6 @@
|
||||
#!/bin/bash
|
||||
|
||||
install_gnome_tweaks() {
|
||||
echo "Installing Gnome-Tweaks"
|
||||
sudo dnf install gnome-tweaks -y
|
||||
}
|
6
common/redhat/apps/gpick.sh
Normal file
6
common/redhat/apps/gpick.sh
Normal file
@@ -0,0 +1,6 @@
|
||||
#!/bin/bash
|
||||
|
||||
install_gpick() {
|
||||
echo "Installing gpick"
|
||||
sudo dnf install gpick -y
|
||||
}
|
6
common/redhat/apps/kcolorchooser.sh
Normal file
6
common/redhat/apps/kcolorchooser.sh
Normal file
@@ -0,0 +1,6 @@
|
||||
#!/bin/bash
|
||||
|
||||
install_kcolorchooser() {
|
||||
echo "Installing kcolorchooser"
|
||||
sudo dnf install kcolorchooser -y
|
||||
}
|
6
common/redhat/apps/keepassxc.sh
Normal file
6
common/redhat/apps/keepassxc.sh
Normal file
@@ -0,0 +1,6 @@
|
||||
#!/bin/bash
|
||||
|
||||
install_keepassxc() {
|
||||
echo "Installing keepassxc"
|
||||
sudo dnf install keepassxc -y
|
||||
}
|
22
common/redhat/apps/lsd.sh
Normal file
22
common/redhat/apps/lsd.sh
Normal file
@@ -0,0 +1,22 @@
|
||||
#!/bin/bash
|
||||
|
||||
install_lsd() {
|
||||
echo "Installing lsd"
|
||||
mkdir hack
|
||||
cd hack
|
||||
wget https://github.com/ryanoasis/nerd-fonts/releases/download/v2.1.0/Hack.zip
|
||||
unzip Hack.zip
|
||||
cd ..
|
||||
|
||||
sudo cp -r hack /usr/share/fonts/
|
||||
sudo chmod -R 775 /usr/share/fonts/hack
|
||||
rm -r hack
|
||||
dnf install lsd -y
|
||||
# echo "alias ls='lsd'" | sudo tee -a /home/*/.bashrc > /dev/null
|
||||
# todos
|
||||
# write py script to comment line: alias="ls --color=auto"
|
||||
# echo "alias ls='lsd'" | sudo tee -a /etc/bash.bashrc > /dev/null
|
||||
echo "
|
||||
alias ls='lsd'
|
||||
" | sudo tee -a /etc/bash.bashrc > /dev/null
|
||||
}
|
6
common/redhat/apps/ncdu.sh
Normal file
6
common/redhat/apps/ncdu.sh
Normal file
@@ -0,0 +1,6 @@
|
||||
#!/bin/bash
|
||||
|
||||
install_ncdu() {
|
||||
echo "Installing ncdu"
|
||||
sudo dnf install ncdu -y
|
||||
}
|
12
common/redhat/apps/neofetch.sh
Normal file
12
common/redhat/apps/neofetch.sh
Normal file
@@ -0,0 +1,12 @@
|
||||
#!/bin/bash
|
||||
|
||||
install_neofetch() {
|
||||
echo "Installing neofetch"
|
||||
sudo dnf install neofetch -y
|
||||
echo '
|
||||
if [ $USER != "root" ]; then
|
||||
echo ""
|
||||
neofetch
|
||||
fi
|
||||
' | sudo tee -a /etc/bash.bashrc > /dev/null
|
||||
}
|
8
common/redhat/apps/nextcloud.sh
Normal file
8
common/redhat/apps/nextcloud.sh
Normal file
@@ -0,0 +1,8 @@
|
||||
#!/bin/bash
|
||||
|
||||
install_nextcloud() {
|
||||
echo "Installing Nextcloud client"
|
||||
sudo add-dnf-repository ppa:nextcloud-devs/client
|
||||
sudo dnf update
|
||||
sudo dnf install nextcloud-client -y
|
||||
}
|
6
common/redhat/apps/signal.sh
Normal file
6
common/redhat/apps/signal.sh
Normal file
@@ -0,0 +1,6 @@
|
||||
#!/bin/bash
|
||||
|
||||
install_signal() {
|
||||
echo "Installing signal-desktop "
|
||||
sudo dnf install signal-desktop -y
|
||||
}
|
6
common/redhat/apps/stacer.sh
Normal file
6
common/redhat/apps/stacer.sh
Normal file
@@ -0,0 +1,6 @@
|
||||
#!/bin/bash
|
||||
|
||||
install_stacer() {
|
||||
echo "Installing Stacer"
|
||||
sudo dnf install stacer -y
|
||||
}
|
10
common/redhat/apps/sublime_text.sh
Normal file
10
common/redhat/apps/sublime_text.sh
Normal file
@@ -0,0 +1,10 @@
|
||||
#!/bin/bash
|
||||
|
||||
install_sublime_text() {
|
||||
echo "Installing sublime-text"
|
||||
sudo dnf install dnf-transport-https -y
|
||||
sudo rpm -v --import https://download.sublimetext.com/sublimehq-rpm-pub.gpg
|
||||
sudo dnf config-manager --add-repo https://download.sublimetext.com/rpm/stable/x86_64/sublime-text.repo
|
||||
|
||||
sudo dnf install sublime-text -y
|
||||
}
|
8
common/redhat/apps/timeshift.sh
Normal file
8
common/redhat/apps/timeshift.sh
Normal file
@@ -0,0 +1,8 @@
|
||||
#!/bin/bash
|
||||
|
||||
install_timeshift() {
|
||||
echo "Installing Timeshift"
|
||||
sudo add-dnf-repository -y ppa:teejee2008/ppa
|
||||
sudo dnf update -y
|
||||
sudo dnf install timeshift -y
|
||||
}
|
6
common/redhat/apps/trash-cli.sh
Normal file
6
common/redhat/apps/trash-cli.sh
Normal file
@@ -0,0 +1,6 @@
|
||||
#!/bin/bash
|
||||
|
||||
install_trash_cli() {
|
||||
echo "Installing trash-cli"
|
||||
sudo dnf install trash-cli -y
|
||||
}
|
8
common/redhat/apps/ulauncher.sh
Normal file
8
common/redhat/apps/ulauncher.sh
Normal file
@@ -0,0 +1,8 @@
|
||||
#!/bin/bash
|
||||
|
||||
install_ulauncher() {
|
||||
echo "Installing Ulauncher"
|
||||
sudo add-dnf-repository ppa:agornostal/ulauncher
|
||||
sudo dnf update -y
|
||||
sudo dnf install ulauncher -y
|
||||
}
|
16
common/redhat/apps/vscode.sh
Normal file
16
common/redhat/apps/vscode.sh
Normal file
@@ -0,0 +1,16 @@
|
||||
#!/bin/bash
|
||||
|
||||
install_vscode() {
|
||||
echo "Installing VS Code"
|
||||
sudo rpm --import https://packages.microsoft.com/keys/microsoft.asc
|
||||
cat <<EOF | sudo tee /etc/yum.repos.d/vscode.repo
|
||||
[code]
|
||||
name=Visual Studio Code
|
||||
baseurl=https://packages.microsoft.com/yumrepos/vscode
|
||||
enabled=1
|
||||
gpgcheck=1
|
||||
gpgkey=https://packages.microsoft.com/keys/microsoft.asc
|
||||
EOF
|
||||
sudo dnf check-update
|
||||
sudo dnf install code -y
|
||||
}
|
7
common/redhat/scripts/default_installation.sh
Normal file
7
common/redhat/scripts/default_installation.sh
Normal file
@@ -0,0 +1,7 @@
|
||||
#!/bin/bash
|
||||
|
||||
source $PWD/common/redhat/scripts/first_install.sh
|
||||
source $PWD/common/redhat/scripts/update.sh
|
||||
|
||||
first_install
|
||||
update
|
6
common/redhat/scripts/first_install.sh
Normal file
6
common/redhat/scripts/first_install.sh
Normal file
@@ -0,0 +1,6 @@
|
||||
#!/bin/bash
|
||||
|
||||
first_install() {
|
||||
echo 'Installing useful apps'
|
||||
dnf install net-tools dnsutils nano htop iftop tree zip unzip curl wget sudo sshpass -y
|
||||
}
|
6
common/redhat/scripts/update.sh
Normal file
6
common/redhat/scripts/update.sh
Normal file
@@ -0,0 +1,6 @@
|
||||
#!/bin/bash
|
||||
|
||||
update() {
|
||||
echo 'Starting upgrade:'
|
||||
sudo dnf upgrade -y
|
||||
}
|
11
common/themes/candy_icons.sh
Normal file
11
common/themes/candy_icons.sh
Normal file
@@ -0,0 +1,11 @@
|
||||
#!/bin/bash
|
||||
|
||||
install_candy_icons() {
|
||||
cd /tmp
|
||||
wget https://github.com/EliverLara/candy-icons/archive/refs/heads/master.zip
|
||||
unzip master.zip
|
||||
mkdir -p ~/.local/share/icons/candy-icons
|
||||
cp -r candy-icons-master/* ~/.local/share/icons/candy-icons
|
||||
rm -r candy-icons-master
|
||||
rm -r master.zip
|
||||
}
|
66
users/edraft/debian/debian_desktop_installation.sh
Normal file
66
users/edraft/debian/debian_desktop_installation.sh
Normal file
@@ -0,0 +1,66 @@
|
||||
#!/bin/bash
|
||||
|
||||
source $PWD/common/debian/scripts/update.sh
|
||||
source $PWD/common/debian/scripts/first_install.sh
|
||||
|
||||
source $PWD/common/debian/apps/barrier.sh
|
||||
source $PWD/common/debian/apps/boxes.sh
|
||||
source $PWD/common/debian/apps/brave.sh
|
||||
source $PWD/common/debian/apps/btop.sh
|
||||
source $PWD/common/debian/apps/chrome.sh
|
||||
source $PWD/common/debian/apps/discord.sh
|
||||
source $PWD/common/debian/apps/etcher.sh
|
||||
source $PWD/common/debian/apps/flameshot.sh
|
||||
source $PWD/common/debian/apps/freerdp.sh
|
||||
source $PWD/common/debian/apps/geary.sh
|
||||
source $PWD/common/debian/apps/git.sh
|
||||
source $PWD/common/debian/apps/gnome_shell.sh
|
||||
source $PWD/common/debian/apps/gnome_tweaks.sh
|
||||
source $PWD/common/debian/apps/gpick.sh
|
||||
source $PWD/common/debian/apps/kcolorchooser.sh
|
||||
source $PWD/common/debian/apps/keepassxc.sh
|
||||
source $PWD/common/debian/apps/lsd.sh
|
||||
source $PWD/common/debian/apps/ncdu.sh
|
||||
source $PWD/common/debian/apps/neofetch.sh
|
||||
source $PWD/common/debian/apps/nextcloud.sh
|
||||
source $PWD/common/debian/apps/signal.sh
|
||||
source $PWD/common/debian/apps/stacer.sh
|
||||
source $PWD/common/debian/apps/sublime_text.sh
|
||||
source $PWD/common/debian/apps/timeshift.sh
|
||||
source $PWD/common/debian/apps/trash-cli.sh
|
||||
source $PWD/common/debian/apps/ulauncher.sh
|
||||
source $PWD/common/debian/apps/vscode.sh
|
||||
|
||||
update
|
||||
first_install
|
||||
|
||||
install_barrier
|
||||
install_boxes
|
||||
install_brave
|
||||
install_btop
|
||||
install_chrome
|
||||
install_discord
|
||||
install_etcher
|
||||
install_flameshot
|
||||
install_freerdp
|
||||
install_geary
|
||||
install_git
|
||||
install_gnome_shell
|
||||
install_gnome_tweaks
|
||||
install_gpick
|
||||
install_kcolorchooser
|
||||
install_keepassxc
|
||||
install_lsd
|
||||
install_ncdu
|
||||
install_neofetch
|
||||
install_nextcloud
|
||||
install_signal
|
||||
install_stacer
|
||||
install_sublime_text
|
||||
install_timeshift
|
||||
install_trash_cli
|
||||
install_ulauncher
|
||||
|
||||
# IDEs
|
||||
|
||||
install_vscode
|
60
users/edraft/debian/mint_desktop_installation.sh
Normal file
60
users/edraft/debian/mint_desktop_installation.sh
Normal file
@@ -0,0 +1,60 @@
|
||||
#!/bin/bash
|
||||
|
||||
source $PWD/common/debian/scripts/update.sh
|
||||
source $PWD/common/debian/scripts/first_install.sh
|
||||
|
||||
source $PWD/common/debian/apps/barrier.sh
|
||||
source $PWD/common/debian/apps/boxes.sh
|
||||
source $PWD/common/debian/apps/chrome.sh
|
||||
source $PWD/common/debian/apps/discord.sh
|
||||
source $PWD/common/debian/apps/etcher.sh
|
||||
source $PWD/common/debian/apps/flameshot.sh
|
||||
source $PWD/common/debian/apps/geary.sh
|
||||
source $PWD/common/debian/apps/git.sh
|
||||
source $PWD/common/debian/apps/gnome_shell.sh
|
||||
source $PWD/common/debian/apps/gnome_tweaks.sh
|
||||
source $PWD/common/debian/apps/gpick.sh
|
||||
source $PWD/common/debian/apps/kcolorchooser.sh
|
||||
source $PWD/common/debian/apps/keepassxc.sh
|
||||
source $PWD/common/debian/apps/lsd.sh
|
||||
source $PWD/common/debian/apps/ncdu.sh
|
||||
source $PWD/common/debian/apps/neofetch.sh
|
||||
source $PWD/common/debian/apps/nextcloud.sh
|
||||
source $PWD/common/debian/apps/signal.sh
|
||||
source $PWD/common/debian/apps/stacer.sh
|
||||
source $PWD/common/debian/apps/sublime_text.sh
|
||||
source $PWD/common/debian/apps/timeshift.sh
|
||||
source $PWD/common/debian/apps/trash-cli.sh
|
||||
source $PWD/common/debian/apps/ulauncher.sh
|
||||
source $PWD/common/debian/apps/vscode.sh
|
||||
|
||||
update
|
||||
default_install
|
||||
|
||||
install_barrier
|
||||
install_boxes
|
||||
install_chrome
|
||||
install_discord
|
||||
install_etcher
|
||||
install_flameshot
|
||||
install_geary
|
||||
install_git
|
||||
install_gnome_shell
|
||||
install_gnome_tweaks
|
||||
install_gpick
|
||||
install_kcolorchooser
|
||||
install_keepassxc
|
||||
install_lsd
|
||||
install_ncdu
|
||||
install_neofetch
|
||||
install_nextcloud
|
||||
install_signal
|
||||
install_stacer
|
||||
install_sublime_text
|
||||
install_timeshift
|
||||
install_trash_cli
|
||||
install_ulauncher
|
||||
|
||||
# IDEs
|
||||
|
||||
install_vscode
|
@@ -1,15 +1,16 @@
|
||||
#!/bin/bash
|
||||
|
||||
source $PWD/common/scripts/update.sh
|
||||
source $PWD/common/debian/scripts/update.sh
|
||||
|
||||
source $PWD/common/themes/orchis.sh
|
||||
source $PWD/common/themes/tela_circle_icons.sh
|
||||
# source $PWD/common/themes/tela_circle_icons.sh
|
||||
source $PWD/common/themes/candy_icons.sh
|
||||
source $PWD/common/themes/vimix_cursors.sh
|
||||
source $PWD/common/themes/grub_theme.sh
|
||||
|
||||
update
|
||||
|
||||
install_orchis orange
|
||||
install_tela_circle_icons
|
||||
install_candy_icons
|
||||
install_vimix_cursors
|
||||
install_grub_theme vimix 1080p
|
69
users/edraft/debian/ubuntu_desktop_installation.sh
Normal file
69
users/edraft/debian/ubuntu_desktop_installation.sh
Normal file
@@ -0,0 +1,69 @@
|
||||
#!/bin/bash
|
||||
|
||||
source $PWD/common/debian/scripts/update.sh
|
||||
source $PWD/common/debian/scripts/first_install.sh
|
||||
|
||||
source $PWD/common/debian/apps/snap/pycharm.sh
|
||||
|
||||
source $PWD/common/debian/apps/barrier.sh
|
||||
source $PWD/common/debian/apps/boxes.sh
|
||||
source $PWD/common/debian/apps/brave.sh
|
||||
source $PWD/common/debian/apps/btop.sh
|
||||
source $PWD/common/debian/apps/chrome.sh
|
||||
source $PWD/common/debian/apps/discord.sh
|
||||
source $PWD/common/debian/apps/etcher.sh
|
||||
source $PWD/common/debian/apps/flameshot.sh
|
||||
source $PWD/common/debian/apps/freerdp.sh
|
||||
source $PWD/common/debian/apps/geary.sh
|
||||
source $PWD/common/debian/apps/git.sh
|
||||
source $PWD/common/debian/apps/gnome_shell.sh
|
||||
source $PWD/common/debian/apps/gnome_tweaks.sh
|
||||
source $PWD/common/debian/apps/gpick.sh
|
||||
source $PWD/common/debian/apps/kcolorchooser.sh
|
||||
source $PWD/common/debian/apps/keepassxc.sh
|
||||
source $PWD/common/debian/apps/lsd.sh
|
||||
source $PWD/common/debian/apps/ncdu.sh
|
||||
source $PWD/common/debian/apps/neofetch.sh
|
||||
source $PWD/common/debian/apps/nextcloud.sh
|
||||
source $PWD/common/debian/apps/signal.sh
|
||||
source $PWD/common/debian/apps/stacer.sh
|
||||
source $PWD/common/debian/apps/sublime_text.sh
|
||||
source $PWD/common/debian/apps/timeshift.sh
|
||||
source $PWD/common/debian/apps/trash-cli.sh
|
||||
source $PWD/common/debian/apps/ulauncher.sh
|
||||
source $PWD/common/debian/apps/vscode.sh
|
||||
|
||||
update
|
||||
first_install
|
||||
|
||||
install_barrier
|
||||
install_boxes
|
||||
install_brave
|
||||
install_btop
|
||||
install_chrome
|
||||
install_discord
|
||||
install_etcher
|
||||
install_flameshot
|
||||
install_freerdp
|
||||
install_geary
|
||||
install_git
|
||||
install_gnome_shell
|
||||
install_gnome_tweaks
|
||||
install_gpick
|
||||
install_kcolorchooser
|
||||
install_keepassxc
|
||||
install_lsd
|
||||
install_ncdu
|
||||
install_neofetch
|
||||
install_nextcloud
|
||||
install_signal
|
||||
install_stacer
|
||||
install_sublime_text
|
||||
install_timeshift
|
||||
install_trash_cli
|
||||
install_ulauncher
|
||||
|
||||
# IDEs
|
||||
|
||||
install_pycharm
|
||||
install_vscode
|
62
users/edraft/redhat/fedora_desktop_installation.sh
Normal file
62
users/edraft/redhat/fedora_desktop_installation.sh
Normal file
@@ -0,0 +1,62 @@
|
||||
#!/bin/bash
|
||||
|
||||
source $PWD/common/redhat/scripts/update.sh
|
||||
source $PWD/common/redhat/scripts/first_install.sh
|
||||
|
||||
source $PWD/common/redhat/apps/barrier.sh
|
||||
source $PWD/common/redhat/apps/boxes.sh
|
||||
source $PWD/common/redhat/apps/brave.sh
|
||||
source $PWD/common/redhat/apps/btop.sh
|
||||
source $PWD/common/redhat/apps/discord.sh
|
||||
source $PWD/common/redhat/apps/etcher.sh
|
||||
source $PWD/common/redhat/apps/flameshot.sh
|
||||
source $PWD/common/redhat/apps/geary.sh
|
||||
source $PWD/common/redhat/apps/git.sh
|
||||
source $PWD/common/redhat/apps/gnome_shell.sh
|
||||
source $PWD/common/redhat/apps/gnome_tweaks.sh
|
||||
source $PWD/common/redhat/apps/gpick.sh
|
||||
source $PWD/common/redhat/apps/kcolorchooser.sh
|
||||
source $PWD/common/redhat/apps/keepassxc.sh
|
||||
source $PWD/common/redhat/apps/lsd.sh
|
||||
source $PWD/common/redhat/apps/ncdu.sh
|
||||
source $PWD/common/redhat/apps/neofetch.sh
|
||||
source $PWD/common/redhat/apps/nextcloud.sh
|
||||
source $PWD/common/redhat/apps/signal.sh
|
||||
source $PWD/common/redhat/apps/stacer.sh
|
||||
source $PWD/common/redhat/apps/sublime_text.sh
|
||||
source $PWD/common/redhat/apps/timeshift.sh
|
||||
source $PWD/common/redhat/apps/trash-cli.sh
|
||||
source $PWD/common/redhat/apps/ulauncher.sh
|
||||
source $PWD/common/redhat/apps/vscode.sh
|
||||
|
||||
update
|
||||
first_install
|
||||
|
||||
install_barrier
|
||||
install_boxes
|
||||
install_brave
|
||||
install_btop
|
||||
install_chrome
|
||||
install_discord
|
||||
install_etcher
|
||||
install_flameshot
|
||||
install_geary
|
||||
install_git
|
||||
install_gnome_shell
|
||||
install_gnome_tweaks
|
||||
install_gpick
|
||||
install_kcolorchooser
|
||||
install_keepassxc
|
||||
install_lsd
|
||||
install_ncdu
|
||||
install_neofetch
|
||||
install_nextcloud
|
||||
install_signal
|
||||
install_stacer
|
||||
install_sublime_text
|
||||
install_timeshift
|
||||
install_trash_cli
|
||||
install_ulauncher
|
||||
|
||||
# IDEs
|
||||
install_vscode
|
16
users/edraft/redhat/theme_installation.sh
Normal file
16
users/edraft/redhat/theme_installation.sh
Normal file
@@ -0,0 +1,16 @@
|
||||
#!/bin/bash
|
||||
|
||||
source $PWD/common/redhat/scripts/update.sh
|
||||
|
||||
source $PWD/common/themes/orchis.sh
|
||||
# source $PWD/common/themes/tela_circle_icons.sh
|
||||
source $PWD/common/themes/candy_icons.sh
|
||||
source $PWD/common/themes/vimix_cursors.sh
|
||||
source $PWD/common/themes/grub_theme.sh
|
||||
|
||||
update
|
||||
|
||||
install_orchis orange
|
||||
install_candy_iconsbash update
|
||||
install_vimix_cursors
|
||||
install_grub_theme vimix 1080p
|
@@ -1,60 +0,0 @@
|
||||
#!/bin/bash
|
||||
|
||||
source $PWD/common/scripts/update.sh
|
||||
source $PWD/common/scripts/first_install.sh
|
||||
|
||||
source $PWD/common/apps/barrier.sh
|
||||
source $PWD/common/apps/boxes.sh
|
||||
source $PWD/common/apps/chrome.sh
|
||||
source $PWD/common/apps/discord.sh
|
||||
source $PWD/common/apps/etcher.sh
|
||||
source $PWD/common/apps/flameshot.sh
|
||||
source $PWD/common/apps/geary.sh
|
||||
source $PWD/common/apps/git.sh
|
||||
source $PWD/common/apps/gnome_shell.sh
|
||||
source $PWD/common/apps/gnome_tweaks.sh
|
||||
source $PWD/common/apps/gpick.sh
|
||||
source $PWD/common/apps/kcolorchooser.sh
|
||||
source $PWD/common/apps/keepassxc.sh
|
||||
source $PWD/common/apps/lsd.sh
|
||||
source $PWD/common/apps/ncdu.sh
|
||||
source $PWD/common/apps/neofetch.sh
|
||||
source $PWD/common/apps/nextcloud.sh
|
||||
source $PWD/common/apps/signal.sh
|
||||
source $PWD/common/apps/stacer.sh
|
||||
source $PWD/common/apps/sublime_text.sh
|
||||
source $PWD/common/apps/timeshift.sh
|
||||
source $PWD/common/apps/trash-cli.sh
|
||||
source $PWD/common/apps/ulauncher.sh
|
||||
source $PWD/common/apps/vscode.sh
|
||||
|
||||
update
|
||||
default_install
|
||||
|
||||
install_barrier
|
||||
install_boxes
|
||||
install_chrome
|
||||
install_discord
|
||||
install_etcher
|
||||
install_flameshot
|
||||
install_geary
|
||||
install_git
|
||||
install_gnome_shell
|
||||
install_gnome_tweaks
|
||||
install_gpick
|
||||
install_kcolorchooser
|
||||
install_keepassxc
|
||||
install_lsd
|
||||
install_ncdu
|
||||
install_neofetch
|
||||
install_nextcloud
|
||||
install_signal
|
||||
install_stacer
|
||||
install_sublime_text
|
||||
install_timeshift
|
||||
install_trash_cli
|
||||
install_ulauncher
|
||||
|
||||
# IDEs
|
||||
|
||||
install_vscode
|
@@ -1,66 +0,0 @@
|
||||
#!/bin/bash
|
||||
|
||||
source $PWD/common/scripts/update.sh
|
||||
source $PWD/common/scripts/first_install.sh
|
||||
|
||||
source $PWD/common/apps/snap/pycharm.sh
|
||||
source $PWD/common/apps/snap/simplenote.sh
|
||||
|
||||
source $PWD/common/apps/barrier.sh
|
||||
source $PWD/common/apps/boxes.sh
|
||||
source $PWD/common/apps/chrome.sh
|
||||
source $PWD/common/apps/discord.sh
|
||||
source $PWD/common/apps/etcher.sh
|
||||
source $PWD/common/apps/flameshot.sh
|
||||
source $PWD/common/apps/geary.sh
|
||||
source $PWD/common/apps/git.sh
|
||||
source $PWD/common/apps/gnome_shell.sh
|
||||
source $PWD/common/apps/gnome_tweaks.sh
|
||||
source $PWD/common/apps/gpick.sh
|
||||
source $PWD/common/apps/kcolorchooser.sh
|
||||
source $PWD/common/apps/keepassxc.sh
|
||||
source $PWD/common/apps/lsd.sh
|
||||
source $PWD/common/apps/ncdu.sh
|
||||
source $PWD/common/apps/neofetch.sh
|
||||
source $PWD/common/apps/nextcloud.sh
|
||||
source $PWD/common/apps/signal.sh
|
||||
source $PWD/common/apps/stacer.sh
|
||||
source $PWD/common/apps/sublime_text.sh
|
||||
source $PWD/common/apps/timeshift.sh
|
||||
source $PWD/common/apps/trash-cli.sh
|
||||
source $PWD/common/apps/ulauncher.sh
|
||||
source $PWD/common/apps/vscode.sh
|
||||
|
||||
update
|
||||
default_install
|
||||
|
||||
install_simplenote
|
||||
|
||||
install_barrier
|
||||
install_boxes
|
||||
install_chrome
|
||||
install_discord
|
||||
install_etcher
|
||||
install_flameshot
|
||||
install_geary
|
||||
install_git
|
||||
install_gnome_shell
|
||||
install_gnome_tweaks
|
||||
install_gpick
|
||||
install_kcolorchooser
|
||||
install_keepassxc
|
||||
install_lsd
|
||||
install_ncdu
|
||||
install_neofetch
|
||||
install_nextcloud
|
||||
install_signal
|
||||
install_stacer
|
||||
install_sublime_text
|
||||
install_timeshift
|
||||
install_trash_cli
|
||||
install_ulauncher
|
||||
|
||||
# IDEs
|
||||
|
||||
install_pycharm
|
||||
install_vscode
|
@@ -1,14 +1,14 @@
|
||||
#!/bin/bash
|
||||
|
||||
source $PWD/common/scripts/update.sh
|
||||
source $PWD/common/scripts/first_install.sh
|
||||
source $PWD/common/debian/scripts/update.sh
|
||||
source $PWD/common/debian/scripts/first_install.sh
|
||||
|
||||
|
||||
# source $PWD/common/apps/git.sh
|
||||
source $PWD/common/apps/lsd.sh
|
||||
source $PWD/common/apps/ncdu.sh
|
||||
source $PWD/common/apps/neofetch.sh
|
||||
source $PWD/common/apps/trash-cli.sh
|
||||
# source $PWD/common/debian/apps/git.sh
|
||||
source $PWD/common/debian/apps/lsd.sh
|
||||
source $PWD/common/debian/apps/ncdu.sh
|
||||
source $PWD/common/debian/apps/fastfetch.sh
|
||||
source $PWD/common/debian/apps/trash-cli.sh
|
||||
|
||||
update
|
||||
first_install
|
||||
@@ -18,7 +18,7 @@ first_install
|
||||
install_lsd
|
||||
install_ncdu
|
||||
sudo python3 $PWD/users/vsrv/scripts/write_bashrc.py /home/ /root/
|
||||
install_neofetch
|
||||
install_fastfetch
|
||||
install_trash_cli
|
||||
|
||||
# clean motd
|
||||
|
Reference in New Issue
Block a user