Server account setup

  1. To clone repositories such as the dotfiles repo, it is good to set up SSH key on github. Follow this instruction to generate and register SSH key.
  2. Download Anaconda from here and install it.
  3. Clone the dotfiles repo and install what’s possible to install.
  4. Install neovim. You can use the “universal” linux package.
  5. Install neovim package and other misc. python packages: conda install -c conda-forge neovim black flake8 isort
  6. Install fzf and autojump.