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 [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

Releases

No releases published

Packages

No packages published