edo1z blog

プログラミングなどに関するブログです

zsh

windows10だとzshの起動が超遅い

zsh

参考サイト zshの起動が遅いのでなんとかしたい - Qiita 環境 WSL2 起動時間計測 $ time (zsh -i -c exit;) ( zsh -i -c exit; ) 0.56s user 0.31s system 28% cpu 3.029 total 3秒。。。 いらないプラグインを削除 ( zsh -i -c exit; ) 0.21s user 0.19s sy…

mac m1 - terminal, zsh, vim等の設定メモ

Terminal iTerm2を使う。 terminalからfinderを開くには、openコマンドを使います。 iTerm2のthemeの設定 Preferences > Profiles > Colors > Color Presets > Import xxxx.itermcolorsというファイルをインポートする。 Iterm Themes - Color Schemes and T…

UbuntuにzshとvimとGoを設定する

zshはoh-my-zshというのを使います。vimはdeinでプラグインを入れます。Goはvim-goプラグインを入れます。 goのインストール $ sudo -i $ apt-get update $ apt-get upgrade $ apt-get install golang $ which go /usr/bin/go zsh zshのインストール $ apt-g…