desktop-debian/imwheel/_install.sh

17 lines
223 B
Bash
Executable File

#!/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