Skip to content

dusktreader/dot

Repository files navigation

  • First install build libraries
$ sudo apt-get update; sudo apt-get install make build-essential libssl-dev zlib1g-dev \
  libbz2-dev libreadline-dev libsqlite3-dev wget curl llvm \
  libncursesw5-dev xz-utils tk-dev libxml2-dev libxmlsec1-dev libffi-dev liblzma-dev
  • Then, install pyenv
$ curl https://pyenv.run | bash
$ export PYENV_ROOT="$HOME/.pyenv"
$ export PATH="$PYENV_ROOT/bin:$PATH"
$ eval "$(pyenv init --path)"
  • Next, install python versions
$ pyenv install 3.6.15
$ pyenv install 3.8.13
$ pyenv global 3.8.13
  • Next, install poetry
$ curl -sSL https://raw.githubusercontent.com/python-poetry/poetry/master/get-poetry.py | python -
$ source $HOME/.poetry/env
  • Next, install neovim
$ sudo apt install neovim
  • Then, install dot
$ poetry install

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Packages

No packages published