The goal of efficiency is more slack.

Showing posts with label Putty. Show all posts
Showing posts with label Putty. Show all posts

Friday, August 18, 2017

My temporary development environment

Here is how I set up my tools on a computer I'm temporarily using, such as one at the library.

Putty

  1. Download putty from www.chiark.greenend.org.uk
  2. Putty > Window > Colours > ANSI Blue > Red: 60, Green: 60, Blue: 255
  3. Putty > Session > Default Settings > Save
  4. Save a new session with the following set:
    1. Session > Host Name
    2. Connections > Data > Auto-login username.

 Vim

~/.vimrc:
syntax enable
set ic
set expandtab shiftwidth=4 smarttab autoindent
Note: Superseded by Vim for Python, which is more comprehensive.

 Screen

~/.screenrc:
shell -$SHELL
termcapinfo * ti@:te@
startup_message off

Bash

~/.bash_profile
# EDITOR
export EDITOR=vim


Websites

https://www.blogger.com for note taking
https://github.com

Popular Posts

Recent Posts

Unordered List

Text Widget

Pages

Powered by Blogger.
Scroll To Top