Skip to content

Kei18/dotfiles

Repository files navigation

Dotfiles

Set zsh as your login shell:

echo $SHELL
chsh -s $(which zsh)

install

git clone --recursive https://github.com/Kei18/dotfiles $HOME/dotfiles
cd dotfiles
bash ./install.sh
  • mise is used to install tools such as fzf, pre-commit, node, uv, and codex.

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

About

dotfiles

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors