0
0

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?

個人的 Termux 初期設定

Last updated at Posted at 2025-01-02

初期

# pkg アップデート
> pkg update
> pkg upgrade -y
# git インストール
> pkg install git -y

ストレージ権限付与

> termux-setup-storage

fish & fisher

# fish
> pkg install fish
# デフォルトシェルの切り替え
> chsh -s fish
# fisher
> curl -sL https://raw.githubusercontent.com/jorgebucaran/fisher/main/functions/fisher.fish | source && fisher install jorgebucaran/fisher
# テーマ導入(bobthefish)
> fisher install oh-my-fish/theme-bobthefish
# 文字化け対策にフォント追加

# 手動でお気に入りのフォントを単体ダウンロードしてもいい
# ~/fonts 配下にフォントファイルが生成される
> git clone https://github.com/powerline/fonts.git --depth=1

# termuxのfontを変更 (ProFont)
> mv ./fonts/ProFont/'ProFont For Powerline.ttf' ~/.termux/font.ttf
# 設定を再読み込み
> termux-reload-settings

その他

外見変更でneofetchを表示させたかったので
termux-fishを使用した。
しかしこれを先に導入するとfishのバージョンが低くfisher起動につまずいたので、やらない方がいい

プログラム置き場のシンボリックリンク

> ln -s ~/storage/shared/program ~/program

> ls
>> /storage /program

Acode Editor - AcodeX-Terminal plugin

> curl -sL https://raw.githubusercontent.com/bajrangCoder/acode-plugin-acodex/main/installServer.sh | bash
> cd $HOME && mkdir -p .gyp && echo "{'variables': {'android_ndk_path': ''}}" > .gyp/include.gypi
0
0
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
0
0

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?