Skip to content

Latest commit

 

History

History
66 lines (52 loc) · 812 Bytes

readme.md

File metadata and controls

66 lines (52 loc) · 812 Bytes

Dotfiles

Set zsh as your login shell:

chsh -s $(which zsh)

install

git clone --recursive https://github.com/Kei18/dotfiles $HOME/dotfiles
cd dotfiles
bash ./install_xx.sh

ssh login

ssh-copy-id user@addr

github setup

ssh-keygen -t ed25519 -C [email protected]
eval "$(ssh-agent -s)"
cat ~/.ssh/id_ed25519.pub

and visit https://github.com/settings/ssh/new

often used

pip

pip install \
    black \
    isort \
    lckr-jupyterlab-variableinspector \
    jupyterlab-code-formatter \
    jupyterlab-lsp \
    jupyter-archive