mirror of
https://github.com/xHyroM/dotfiles.git
synced 2024-11-14 11:18:06 +01:00
10 lines
372 B
Bash
10 lines
372 B
Bash
|
# Install xhyrom's system controls
|
||
|
git clone https://github.com/xHyroM/cinnamon-system-controls.git
|
||
|
mv cinnamon-system-controls/files/system-controls@xhyrom .
|
||
|
rm cinnamon-system-controls -rf
|
||
|
|
||
|
# Install Command Launcher
|
||
|
wget https://cinnamon-spices.linuxmint.com/files/applets/commandLauncher@scollins.zip
|
||
|
unzip commandLauncher@scollins.zip
|
||
|
rm commandLauncher@scollins.zip
|