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
2022-02-15 09:26:55 +01:00

9 lines
256 B
Bash

#!/usr/bin/env bash
sudo apt update
sudo apt install gnome-shell-extension-gpaste gnome-shell-extension-prefs -y
# Enable the extension
gnome-extensions enable GPaste@gnome-shell-extensions.gnome.org
echo -e "\nClipboard history is now available! 🎉"