Skip to content

thepith/pdot

Repository files navigation

pdot

Version 1.0.0

Download and configure with

git clone git@github.com:thepith/pdot.git
cd pdot
./configure.sh

Backup your old dotfiles with

make backup

Install/Update with

make

Usefull commands

Cygwin

Install apy-cyg with cygwin (install lynx using the cygwin installer):

lynx -source rawgit.com/transcode-open/apt-cyg/master/apt-cyg > apt-cyg
install apt-cyg /bin
rm apt-cyg

Install Needed programs with cygwin using apt-cyg

apt-cyg install git vim git wget tmux python-setuptools curl make
easy_install-3.6 pip

Link to mintty-terminal:

C:\cygwin\bin\mintty.exe -B frame -w max -p @1 -

This allows only one instance and hides the window frame of cygwin.

Set the terminal type to xterm-256color (right click on the terminal > Options... > Terminal > Type)

Use MikTex instead of texlive. This will spare you some nerves. How to add a local TEXMF location is described in the manual (please avoid spaces in the TEXMF path).