Kei18 / dotfiles

dotfiles

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

often used

pip

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

About

dotfiles


Languages

Language:Python 57.9%Language:Emacs Lisp 32.1%Language:Shell 7.4%Language:YASnippet 2.2%Language:Lua 0.3%Language:C++ 0.1%