pacman -S fish
pacman -S man
if status --is-login の条件内に以下のコードを追加 (/etc/profile と同様にパスを設定) する。
| .column { | |
| font-size: 16px !important; | |
| } |
| a あ ア ア 0 | |
| i い イ イ 0 | |
| u う ウ ウ 0 | |
| e え エ エ 0 | |
| o お オ オ 0 | |
| ka か カ カ 0 | |
| ki き キ キ 0 | |
| ku く ク ク 0 | |
| ke け ケ ケ 0 | |
| ko こ コ コ 0 |
| diff -u Include/objimpl.h patch/Include/objimpl.h | |
| --- Include/objimpl.h 2021-12-24 11:39:58.030881300 +0900 | |
| +++ patch/Include/objimpl.h 2021-12-24 11:40:27.780881300 +0900 | |
| @@ -255,7 +255,7 @@ | |
| union _gc_head *gc_prev; | |
| Py_ssize_t gc_refs; | |
| } gc; | |
| - double dummy; /* force worst-case alignment */ | |
| + long double dummy; /* force worst-case alignment */ | |
| } PyGC_Head; |
| # dircolors for WSL | |
| # Usage: eval `dircolors ~/.dircolors.wsl` (bash) | |
| # http://www.bigsoft.co.uk/blog/index.php/2008/04/11/configuring-ls_colors | |
| TERM Eterm | |
| TERM ansi | |
| TERM color-xterm | |
| TERM con[0-9]*x[0-9]* | |
| TERM cons25 |
| ;; okuri-ari entries. | |
| ;; okuri-nasi entries. | |
| ;; https://github.com/nathancorvussolis/corvusskk/blob/master/installer/config-sample/skk-strftime.txt | |
| いま /(skk-strftime "%Y年%#m月%#d日(%a) %#H時%#M分%#S秒")/ | |
| #びょうご /(skk-strftime "%Y年%#m月%#d日(%a) %#H時%#M分%#S秒" "sec" #0)/ | |
| #びょうまえ /(skk-strftime "%Y年%#m月%#d日(%a) %#H時%#M分%#S秒" "sec" -#0)/ | |
| #ふんご /(skk-strftime "%Y年%#m月%#d日(%a) %#H時%#M分%#S秒" "min" #0)/ | |
| #ふんまえ /(skk-strftime "%Y年%#m月%#d日(%a) %#H時%#M分%#S秒" "min" -#0)/ | |
| #じかんご /(skk-strftime "%Y年%#m月%#d日(%a) %#H時%#M分%#S秒" "hour" #0)/ | |
| #じかんまえ /(skk-strftime "%Y年%#m月%#d日(%a) %#H時%#M分%#S秒" "hour" -#0)/ |
| config.xml text eol=crlf |
| // アクセシビリティ機能は強制的にオフにする | |
| user_pref("accessibility.force_disabled", 1); | |
| // Smooth Scroll のチューニング | |
| user_pref("general.smoothScroll.msdPhysics.enabled",true); | |
| // WebRender を有効化 | |
| user_pref("gfx.webrender.all", true) | |
| // 検索エンジンの不要なものを表示しない |
| # A ~/.inputrc for Humans | |
| # https://www.topbug.net/blog/2017/07/31/inputrc-for-humans/ | |
| $include /etc/inputrc | |
| "\C-p":history-search-backward | |
| "\C-n":history-search-forward | |
| set colored-stats On | |
| set completion-ignore-case On |