bash install.sh
Please also install a Nerdfont for CLI symbols: https://www.nerdfonts.com:q
Some commands will be added to PATH
Command | Function |
---|---|
wslssh | copy .ssh from windows C to wsl .ssh and fix permissions |
ensure-ssh-agent | ensures ssh agent is started (legacy, use keyhchain instead) |
Zshrc and bashrc are configured to source files from $HOME/rc.d
.
Main conf | rc.d suffix |
---|---|
.bashrc |
*.rc , *.bashrc |
.bash_profile |
all from .bashrc and *.bash_profile |
.zshrc |
*.rc , *.zshrc |
Add the following eval line to a file in ~/.rc.d/
eval $(/usr/bin/keychain --eval --noask --quiet id_rsa id_rsa_priv)