desktop-debian/copyq/_install.sh

15 lines
181 B
Bash
Raw Normal View History

2024-01-04 01:00:22 +01: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