Improved scripts
This commit is contained in:
@@ -3,15 +3,17 @@
|
||||
default_install() {
|
||||
echo 'Installing:'
|
||||
|
||||
sudo apt-get install net-tools htop tree zip unzip neofetch stacer gnome-tweaks trash-cli ncdu -y
|
||||
sudo apt-get install net-tools htop tree zip unzip neofetch stacer gnome-tweaks trash-cli ncdu flameshot -y
|
||||
touch /etc/profile.d/sh_edraft.sh
|
||||
sudo echo "neofetch" >> /home/*/.bashrc
|
||||
|
||||
sudo snap install simplenote
|
||||
sudo snap install timeshift
|
||||
|
||||
install_ulauncher
|
||||
install_chrome
|
||||
install_lsd
|
||||
install_theme
|
||||
}
|
||||
|
||||
install_ulauncher() {
|
||||
@@ -37,6 +39,8 @@ install_lsd() {
|
||||
sudo cp -r hack /usr/share/fonts/
|
||||
sudo chmod -R 775 /usr/share/fonts/hack
|
||||
rm -r hack
|
||||
sudo snap install lsd
|
||||
wget https://github.com/Peltoche/lsd/releases/download/0.19.0/lsd_0.19.0_amd64.deb
|
||||
sudo dpkg -i lsd_0.19.0_amd64.deb
|
||||
sudo rm lsd_0.19.0_amd64.deb
|
||||
sudo echo "alias ls='lsd'" >> /home/*/.bashrc
|
||||
}
|
||||
|
39
default/theme.sh
Normal file
39
default/theme.sh
Normal file
@@ -0,0 +1,39 @@
|
||||
#!/bin/bash
|
||||
|
||||
theme_install() {
|
||||
install_orchis
|
||||
install_tela
|
||||
install_vimix
|
||||
}
|
||||
|
||||
install_orchis() {
|
||||
git clone https://github.com/vinceliuice/Orchis-theme
|
||||
cd Orchis-theme
|
||||
./install.sh -t orange
|
||||
cd ..
|
||||
sudo rm -r Orchis-theme
|
||||
}
|
||||
|
||||
install_tela() {
|
||||
git clone https://github.com/vinceliuice/Tela-circle-icon-theme
|
||||
cd Tela-circle-icon-theme
|
||||
./install.sh -a
|
||||
cd ..
|
||||
sudo rm -r Tela-circle-icon-theme
|
||||
}
|
||||
|
||||
install_vimix() {
|
||||
git clone https://github.com/vinceliuice/Vimix-cursors
|
||||
cd Vimix-cursors
|
||||
./install.sh
|
||||
cd ..
|
||||
sudo rm -r Vimix-cursors
|
||||
}
|
||||
|
||||
install_grub_theme() {
|
||||
git clone https://github.com/vinceliuice/grub2-themes.git
|
||||
cd grub2-themes
|
||||
sudo ./install.sh -t vimix -s 1080p
|
||||
cd ..
|
||||
sudo rm -r grub2-themes
|
||||
}
|
Reference in New Issue
Block a user