desktop-ubuntu/copyq/_install.sh

15 lines
181 B
Bash
Raw Normal View History

2023-06-18 15:34:39 +02:00
#!/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