desktop-debian/copyq/_install.sh

15 lines
181 B
Bash
Executable File

#!/usr/bin/zsh
# insall
sudo apt update -y
sudo apt install -y \
copyq
# link config
mkdir -p ~/.config/copyq/
cd /Cfg/copyq/
ln -s `pwd`/copyq* \
~/.config/copyq/ --force