Skip to content

Kei18/dotfiles

Repository files navigation

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 keisuke.oku18@gmail.com
eval "$(ssh-agent -s)"
cat ~/.ssh/id_ed25519.pub

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

ssh -T git@github.com

often used

pip

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

Releases

No releases published

Packages

No packages published