初期
# 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