forked from sh-edraft.de/sh_linux_installation_scripts
Improved project structure
This commit is contained in:
9
common/themes/tela_circle_icons.sh
Normal file
9
common/themes/tela_circle_icons.sh
Normal file
@@ -0,0 +1,9 @@
|
||||
#!/bin/bash
|
||||
|
||||
install_tela_circle_icons() {
|
||||
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
|
||||
}
|
Reference in New Issue
Block a user