Skip to content

Instantly share code, notes, and snippets.

@1950195
1950195 / envconfig.md
Last active August 29, 2015 14:25
前端开发环境部署

Win7

Microsoft .NET Framework > 3.5

Microsoft Visual C++ 2010 Service Pack 1 Compiler Update for the Windows SDK 7.1

Ruby Gem Git Compass

下载并安装 RailsInstaller

@1950195
1950195 / git.md
Created August 8, 2013 01:46
Git 使用小记
$ git config --global user.name "Lionel Dong"
$ git config --global user.email 1950195@qq.com
$ git config --global core.editor vim
$ git config --global merge.tool vimdiff
$ git config --global color.status auto
$ git config --global color.branch auto
$ git config --global color.interactive auto
$ git config --global color.diff auto
$ git config --global color.grep auto
@1950195
1950195 / openshift.md
Last active May 8, 2017 02:08
介绍如何更新openshift的nodejs版本到最新

Openshift —— 强大的免费nodejs空间!(含免费二级域名)

简介

网址:https://www.openshift.com/

redhat 旗下站点,提供多种语言的免费云空间。

创建属于你的Nodejs站点

如何创建

  • 免费注册用户
@1950195
1950195 / bash-setting.md
Created August 3, 2013 08:41
bash runtime configure...
$ vim ~/.bash_profile

Copied into your vim:

if [ -f /etc/bashrc ]; then
    . /etc/bashrc
fi

PS1="["
@1950195
1950195 / mbp.md
Last active December 20, 2015 14:19
Toptic...

MBP = Macbook Pro

First

恭喜你,迈出了告别Windows的第一步

关于界面

  • 左上角的苹果图标可以展开系统菜单
  • 右上角是任务栏
  • 想看你的应用程序在哪里?请按“F4”(11年以后机器)
  • 想看你都打开了哪些程序?请按“F3”
@1950195
1950195 / vim-setting.md
Last active October 19, 2018 20:56
Vim Runtime Configure, used vim addon manager.
$ mkdir -p ~/.vim/bundle
$ git clone https://github.com/gmarik/Vundle.vim.git ~/.vim/bundle/Vundle.vim

Rewrite your ~/.vimrc file:

let macvim_skip_colorscheme=1
syntax on