2015-06-01から1ヶ月間の記事一覧

atom editorでtab-bar, markdown-preview, tree-viewのフォントを変更する

SettingsのEditor settings変えても変わらないんだなぁ。。。 ~/.atom/styles.lessに追記する。例えば .tree-view { font-family: 'Ricty'; } .markdown-preview { font-family: 'Ricty'; } .tab-bar{ font-family: 'Ricty'; } とする。 cssのclass名はdev t…

vinoの設定

Vino? Ubuntuのrepoに入ってるVNC Server。 今見ている画面をVNCで飛ばせる系VNC Serverのソフトウエアだよ。(コントロールもできる)。 類似品としてはTeamViewerとか。 install sudo apt-get install vino で入れる。 config vino-preference というコマン…