Update install_cursor.sh

This commit is contained in:
fuchsia 2024-09-03 11:32:41 +08:00 committed by GitHub
parent 844a65f39a
commit 2e02db5eed
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -7,10 +7,6 @@ wget -q "https://downloader.cursor.sh/linux/appImage/x64" -O cursor.AppImage
chmod +x cursor.AppImage
./cursor.AppImage --appimage-extract
mv squashfs-root /usr/share/cursor
cp .config/Cursor $HOME/.config/ -a
cp .cursor $HOME/ -a
chown 1000:1000 $HOME/.config/Cursor
chown 1000:1000 $HOME/.cursor
# Desktop icon
mkdir -p /usr/share/icons/hicolor/apps