Document ID: b0142a75-9b30-4c22-b036-2120cf239351
- Google Chrome
- Alt. SRWare Iron
- Mozilla Firefox
- Cygwin
- gVim Portable
- MiKTeX Portable
- PuTTY
- PuTTY Pageant
- WinSCP Portable
- VLC Portable
- bash-completion
- clang
- gcc-core
- gcc-g++
- git
- git-completion
- mingw-gcc-core
- mingw-gcc-g++
- python3
- rsync
- ssh-pageant
- Text
- Font: Courier New, 16-point
- Locale: en_US
- Character set: UTF-8
cat >> ~/.bashrc <<EOF
# Locale
export LANG=en_US.UTF-8
export LC_ALL=en_US.UTF-8
# PuTTY pageant (SSH agent) integration
eval $(/usr/bin/ssh-pageant -ra $TEMP/.ssh-pageant)
EOF