Skip to content

Latest commit

 

History

History
56 lines (53 loc) · 1.77 KB

README.org

File metadata and controls

56 lines (53 loc) · 1.77 KB

DotFiles Config

Installation

  • update apt.
  • install yadm
  • clone this repository with yadm
  • open vim and type “:PlugInstall”
  • install python3-pip
  • with pip3 install pyvim
  • for c++ syntax instally clang
  • install these packages for pdf-tools

Some Notes

Computer specific settings

  • create DROPBOX_DIR environment variable

Dependicies

  • setuptools package for python
  • texlive-latex-extra and python-pygments for literate programming

Other Packages Used

Shell

zsh and oh-my-zsh after installation add plugins git, fzf, tmux, vi-mode and source .zsh_defaults.sh.

other…

  • gdb
  • fzf

WSL Troubleshooting

wsltty Config

confing file should be place in: username/AppData/Roaming/wsltty/config

Allowing Windows Fonts

follow this make sure you find the exact place the font is saved at. fonts should be in ttf format.

Allow Emacs Links

follow this comment

Change Distribution

to see distribution list

wsl -l

to switch default distribution

wsl -s <distribution>

Packages not installing (signature failure)

You need to temporarly set package-check-signature variable to nil then install gnu-elpa-keyring-update. Even better try this:

gpg --keyserver hkp://keyserver.ubuntu.com:80 --homedir ~/.emacs.d/elpa/gnupg --receive-keys 066DAFCB81E42C40

Emacs dependencies

  • yapf
  • jedi for completion