desktop-ubuntu/imwheel/_install.sh

17 lines
223 B
Bash
Raw Normal View History

2023-06-18 15:34:39 +02:00
#!/usr/bin/zsh
# install imwheel
sudo apt install -y \
imwheel
# start imwheel on reboot
echo "`crontab -l`
@reboot `which imwheel`
" | crontab -
# link config
cd /Cfg/imwheel/
ln -s `pwd`/.imwheelrc ~/ --force