This repository has been archived on 2022-03-25. You can view files and clone it, but cannot push or open issues or pull requests.
manjaroConfiguration/installClipboardHistory.sh

8 lines
235 B
Bash
Raw Normal View History

2021-11-12 15:55:49 +01:00
sudo apt update
sudo apt install gnome-shell-extension-gpaste gnome-shell-extension-prefs -y
2021-12-28 17:05:59 +01:00
# Enable the extension
2021-12-23 23:27:58 +01:00
gnome-extensions enable GPaste@gnome-shell-extensions.gnome.org
2021-11-12 15:55:49 +01:00
2021-12-23 15:02:47 +01:00
echo -e "\nClipboard history is now available! 🎉"