forked from sh-edraft.de/sh_linux_installation_scripts
Improved project structure
This commit is contained in:
9
common/themes/vimix_cursors.sh
Normal file
9
common/themes/vimix_cursors.sh
Normal file
@@ -0,0 +1,9 @@
|
||||
#!/bin/sh
|
||||
|
||||
install_vimix_cursors() {
|
||||
git clone https://github.com/vinceliuice/Vimix-cursors
|
||||
cd Vimix-cursors
|
||||
./install.sh
|
||||
cd ..
|
||||
sudo rm -r Vimix-cursors
|
||||
}
|
Reference in New Issue
Block a user