9
5

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?

More than 1 year has passed since last update.

[メモ]Ubuntu22.04へのCusorインストール方法

Posted at

はじめに

友人におすすめされたので今流行り?のCursorを入れてみた。
困ったのでメモを残す

Cursorとは

AIを利用したエディターらしい

インストール手順

  1. https://cursor.sh/ でダウンロードする。
  2. AppImageファイルがダウンロードされるので、chmod a+x ./〇〇.AppImage で実行権限を付与する。
  3. CursorではFUSEが必要なので、sudo add-apt-repository universe sudo apt install libfuse2でレポジトリ追加アンドFUSEをインストールする。
  4. ./〇〇.AppImageでAppImageを実行
  5. 完了
9
5
0

Register as a new user and use Qiita more conveniently

  1. You get articles that match your needs
  2. You can efficiently read back useful information
  3. You can use dark theme
What you can do with signing up
9
5

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?