Showing posts with label favorite. Show all posts
Showing posts with label favorite. Show all posts
Wednesday, August 31, 2016
Favorite text editor SciTE
Favorite text editor SciTE
Everyone has their favorite text editor. Mine is SciTE. Although their homepage could use a serious makeover, the editor is incredibly robust and FAST (especially for large text files such as database dumps and large lines such as Base64). It works on Linux, Windows, and Macs. Its also very configurable. Heres my preferred setup (after you download, install and run it):
From the menu select Options > Open Global Options File and add this to the bottom:
font.base=$(font.monospace)
font.small=$(font.monospace)
font.comment=$(font.monospace)
font.text=$(font.monospace)
font.text.comment=$(font.monospace)
font.embedded.base=$(font.monospace)
font.embedded.comment=$(font.monospace)
font.vbs=$(font.monospace)
line.margin.visible=1source.files=*
Go to link download
Monday, August 22, 2016
My favorite bash shell format
My favorite bash shell format
Everyone has their own opinion of their favorite bash shell formatting -- heres mine:
PS1="[e]2;u@h:wa][e[32m]u[e[37m]@[e[36m]h[e[37m]:[e[33m]w [e[37m]$ "
Setup instructions
Go to link download
Subscribe to:
Posts (Atom)