Putty
- Download putty from www.chiark.greenend.org.uk
- Putty > Window > Colours > ANSI Blue > Red: 60, Green: 60, Blue: 255
- Putty > Session > Default Settings > Save
- Save a new session with the following set:
- Session > Host Name
- Connections > Data > Auto-login username.
Vim
~/.vimrc:syntax enableNote: Superseded by Vim for Python, which is more comprehensive.
set ic
set expandtab shiftwidth=4 smarttab autoindent
Screen
~/.screenrc:shell -$SHELL
termcapinfo * ti@:te@
startup_message off
Bash
~/.bash_profile# EDITOR
export EDITOR=vim
Websites
https://www.blogger.com for note takinghttps://github.com
0 comments:
Post a Comment