-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathcygwin-setup
25 lines (21 loc) · 881 Bytes
/
cygwin-setup
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
Packages:
make, gcc-core
Putty - Cygwin integration
- download latest putty src: ftp://ftp.chiark.greenend.org.uk/users/sgtatham/putty-latest/putty-0.63.tar.gz
- tar zvxf putty-0.63.tar.gz --wildcards putty-*/contrib/cygtermd
- cd putty-*/contrib/cygtermd
- make
- cp cygtermd.exe /bin
- in putty:
- Session panel: connection: telnet, something in hostname
- Proxy panel: tick consider proxying local host connections, proxy type: local
- proxy cmd: c:\cygwin\bin\cygtermd.exe /home/simon /bin/bash -login
- Data panel: terminal-type string: xterm-256color
Vim
- download colorful256.vim (http://www.vim.org/scripts/script.php?script_id=2034) to ~/.vim/colors (wget 'http://www.vim.org/scripts/download_script.php?src_id=7746' -O ~/.vim/colors/colorful256.vim)
Git
-
Charade
- clone charade: git clone http://github.com/wesleyd/charade.git
- cd charade && make
- ./install.sh